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

Method intern_static

aiscript-vm/src/vm/mod.rs:209–211  ·  view source on GitHub ↗
(self, s: &'static str)

Source from the content-addressed store, hash-verified

207
208 #[allow(unused)]
209 pub fn intern_static(self, s: &'static str) -> InternedString<'gc> {
210 self.strings.intern_static(&self, s.as_bytes())
211 }
212}
213
214impl<'gc> ops::Deref for Context<'gc> {

Callers 7

make_response_objectFunction · 0.45
parse_auth_fieldsFunction · 0.45
define_array_methodsFunction · 0.45
define_string_methodsFunction · 0.45
get_globalMethod · 0.45
inject_sso_instanceMethod · 0.45
inject_objectMethod · 0.45

Calls 1

as_bytesMethod · 0.80

Tested by

no test coverage detected