MCPcopy Create free account
hub / github.com/clockworklabs/SpacetimeDB / is_empty

Method is_empty

crates/bindings/src/http.rs:727–731  ·  view source on GitHub ↗

Is `self` exactly zero bytes?

(&self)

Source from the content-addressed store, hash-verified

725
726 /// Is `self` exactly zero bytes?
727 pub fn is_empty(&self) -> bool {
728 match &self.inner {
729 BodyInner::Bytes(bytes) => bytes.is_empty(),
730 }
731 }
732}
733
734impl Default for Body {

Callers 15

check_license_symlinksFunction · 0.45
run_publish_checksFunction · 0.45
mainFunction · 0.45
generate_markdownFunction · 0.45
mainFunction · 0.45
make_provider_from_envFunction · 0.45
build_segmentedMethod · 0.45
generateMethod · 0.45
generateMethod · 0.45
generateMethod · 0.45

Calls

no outgoing calls

Tested by 1