MCPcopy Create free account
hub / github.com/dfinity/orbit / is_empty

Method is_empty

libs/orbit-essentials/src/repository.rs:114–116  ·  view source on GitHub ↗

Returns whether the repository is empty or not.

(&self)

Source from the content-addressed store, hash-verified

112
113 /// Returns whether the repository is empty or not.
114 fn is_empty(&self) -> bool {
115 self.len() == 0
116 }
117
118 fn find_with_filters<'a>(
119 &self,

Callers 1

applyMethod · 0.45

Implementers 15

asset.rscore/station/impl/src/repositories/ass
notification.rscore/station/impl/src/repositories/not
user_group.rscore/station/impl/src/repositories/use
request_evaluation_result.rscore/station/impl/src/repositories/req
request_policy.rscore/station/impl/src/repositories/req
account.rscore/station/impl/src/repositories/acc
request.rscore/station/impl/src/repositories/req
user.rscore/station/impl/src/repositories/use
address_book.rscore/station/impl/src/repositories/add
named_rule.rscore/station/impl/src/repositories/nam
transfer.rscore/station/impl/src/repositories/tra
external_canister.rscore/station/impl/src/repositories/ext

Calls 1

lenMethod · 0.45

Tested by

no test coverage detected