MCPcopy Index your code
hub / github.com/aiscriptdev/aiscript / next

Method next

aiscript-arena/src/types.rs:124–126  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

122 /// Gets the next element in the global linked list of allocated objects.
123 #[inline(always)]
124 pub(crate) fn next(&self) -> Option<GcBox> {
125 self.next.get()
126 }
127
128 /// Sets the next element in the global linked list of allocated objects.
129 #[inline(always)]

Callers 8

dropMethod · 0.45
do_collection_innerMethod · 0.45
class_declarationMethod · 0.45
bracketMethod · 0.45
parseMethod · 0.45
format_stringFunction · 0.45
ordFunction · 0.45
unescape_stringFunction · 0.45

Calls 1

getMethod · 0.45

Tested by

no test coverage detected