MCPcopy Create free account
hub / github.com/hashintel/hash / is_empty

Method is_empty

libs/@local/hashql/core/src/module/locals.rs:107–109  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

105
106 #[must_use]
107 pub const fn is_empty(&self) -> bool {
108 self.storage.is_empty()
109 }
110
111 pub fn iter(&self) -> impl Iterator<Item = &Local<'heap, T>> {
112 self.storage.iter()

Callers 3

resolve_globMethod · 0.45
resolve_implMethod · 0.45
resolve_import_globMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected