MCPcopy 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
244impl Default for Atom {

Callers 3

insertMethod · 0.45
insert_new_boxed_strMethod · 0.45
containsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected