Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
216
impl AsRef<[u8]> for InternedString<'_> {
217
fn as_ref(&self) -> &[u8] {
218
self.as_bytes()
219
}
220
}
221
222
impl<T> PartialEq<T> for InternedString<'_>
Callers
15
in_error_function
Method · 0.45
super_
Method · 0.45
self_
Method · 0.45
handle_tool_call
Method · 0.45
pg_query
Function · 0.45
pg_query_as
Function · 0.45
begin_transaction
Function · 0.45
sqlite_query
Function · 0.45
sqlite_query_as
Function · 0.45
begin_transaction
Function · 0.45
from_slice
Method · 0.45
from_static
Method · 0.45
Calls
1
as_bytes
Method · 0.80
Tested by
no test coverage detected