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

Method as_ref

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

Source from the content-addressed store, hash-verified

215
216impl AsRef<[u8]> for InternedString<'_> {
217 fn as_ref(&self) -> &[u8] {
218 self.as_bytes()
219 }
220}
221
222impl<T> PartialEq<T> for InternedString<'_>

Callers 15

in_error_functionMethod · 0.45
super_Method · 0.45
self_Method · 0.45
handle_tool_callMethod · 0.45
pg_queryFunction · 0.45
pg_query_asFunction · 0.45
begin_transactionFunction · 0.45
sqlite_queryFunction · 0.45
sqlite_query_asFunction · 0.45
begin_transactionFunction · 0.45
from_sliceMethod · 0.45
from_staticMethod · 0.45

Calls 1

as_bytesMethod · 0.80

Tested by

no test coverage detected