MCPcopy Create free account
hub / github.com/dylan-sutton-chavez/edge-python / len

Method len

wasm-pdk/src/lib.rs:421–421  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

419impl Args {
420 #[allow(clippy::len_without_is_empty)]
421 pub fn len(&self) -> usize { self.0.len() }
422 pub fn is_empty(&self) -> bool { self.0.is_empty() }
423 /// Decode the i-th arg as `T`, `None` when out of range.
424 pub fn get<T: FromValue>(&self, i: usize) -> Option<Result<T>> {

Callers 15

total_lenMethod · 0.45
plugin_fnFunction · 0.45
stash_errorFunction · 0.45
last_errorFunction · 0.45
decodeFunction · 0.45
encodeFunction · 0.45
callMethod · 0.45
get_attrMethod · 0.45
set_attrMethod · 0.45
new_compositeMethod · 0.45
parseFunction · 0.45
alternationMethod · 0.45

Calls 2

last_errorFunction · 0.85
rawMethod · 0.45

Tested by

no test coverage detected