luaur_common/methods/small_vector_reserve.rs
1//! Generated skeleton item. @skeleton-stub
2//! Node: `cxx:Method:Luau.Common:Common/include/Luau/SmallVector.h:279:small_vector_reserve`
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::reserve
14
15// Dead duplicate skeleton node: the canonical method is implemented elsewhere.
16pub fn small_vector_reserve() {
17 unreachable!("canonical SmallVector::reserve lives in crates/luau-common/src/records/small_vector.rs; this skeleton node is unused");
18}