Skip to main content

luaur_common/methods/
small_vector_push_back_small_vector.rs

1//! Generated skeleton item. @skeleton-stub
2//! Node: `cxx:Method:Luau.Common:Common/include/Luau/SmallVector.h:148:small_vector_push_back`
3//! Source: `Common/include/Luau/SmallVector.h`
4//! Graph edges:
5//! - declared_by: source_file Common/include/Luau/SmallVector.h
6//! - source_includes:
7//!   - includes -> source_file Common/include/Luau/Common.h
8//! - incoming:
9//!   - declares <- source_file Common/include/Luau/SmallVector.h
10//! - outgoing:
11//!   - calls -> method SmallVector::grow (Common/include/Luau/SmallVector.h)
12//!   - type_ref -> record SmallVector (Common/include/Luau/SmallVector.h)
13//!   - translates_to -> rust_item SmallVector::push_back
14
15// Dead duplicate skeleton node: the canonical method is implemented elsewhere.
16pub fn small_vector_push_back() {
17    unreachable!("canonical SmallVector::push_back lives in crates/luau-common/src/records/small_vector.rs; this skeleton node is unused");
18}