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

Method is_empty

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

Source from the content-addressed store, hash-verified

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>> {
425 self.0.get(i).map(|h| T::from_handle(h.raw()))

Callers 4

addMethod · 0.45
plugin_constFunction · 0.45
read_nameMethod · 0.45
resolve_nameFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected