Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/aiscriptdev/aiscript
/ len
Method
len
aiscript-vm/src/string/interned.rs:189–191 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
187
}
188
189
pub fn len(self) -> i64 {
190
self.as_bytes().len().try_into().unwrap()
191
}
192
193
pub fn to_str(self) -> Result<&'gc str, Utf8Error> {
194
str::from_utf8(self.as_bytes())
Callers
15
check_next
Method · 0.80
scan_number
Method · 0.80
add
Method · 0.80
fmt
Method · 0.80
serialize
Method · 0.80
code_size
Method · 0.80
add_constant
Method · 0.80
disassemble
Method · 0.80
set
Method · 0.80
new
Method · 0.80
generate_stmt
Method · 0.80
generate_expr
Method · 0.80
Calls
1
as_bytes
Method · 0.80
Tested by
no test coverage detected