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

Method into_inner

aiscript-vm/src/string/interned.rs:139–141  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

137 }
138
139 pub fn into_inner(self) -> Gc<'gc, StringInner> {
140 self.0
141 }
142
143 pub fn stored_hash(self) -> u64 {
144 self.0.hash

Callers 1

internMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected