Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cargo-lambda/cargo-lambda
/ is_empty
Method
is_empty
crates/cargo-lambda-metadata/src/cargo/watch.rs:276–278 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
274
}
275
276
pub fn is_empty(&self) -> bool {
277
self.raw.is_empty()
278
}
279
}
280
281
#[allow(dead_code)]
Callers
7
serialize
Method · 0.45
main_binary_from_metadata
Function · 0.45
serialize_common_options
Function · 0.45
count_common_options
Function · 0.45
serialize
Method · 0.45
is_empty_router
Function · 0.45
merge_routes
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected