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

Class InternedString

aiscript-vm/src/string/interned.rs:25–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23#[derive(Copy, Clone, Collect)]
24#[collect(no_drop)]
25pub struct InternedString<'gc>(Gc<'gc, StringInner>);
26
27// We represent `String` as either a pointer to an external / owned slice pointer or a size prefixed
28// inline array.

Callers 3

from_bufferMethod · 0.85
createMethod · 0.85
from_staticMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected