Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ len
Method
len
crates/environ/src/string_pool.rs:239–241 ·
view source on GitHub ↗
Get the number of strings in this pool.
(&self)
Source
from the content-addressed store, hash-verified
237
238
/// Get the number of strings in this pool.
239
pub fn len(&self) -> usize {
240
self.strings.len()
241
}
242
}
243
244
impl Default for Atom {
Callers
3
insert
Method · 0.45
insert_new_boxed_str
Method · 0.45
contains
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected