Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NodeDB-Lab/nodedb
/ is_empty
Method
is_empty
nodedb-fts/src/codec/doc_id_map.rs:59–61 ·
view source on GitHub ↗
Whether the map is empty.
(&self)
Source
from the content-addressed store, hash-verified
57
58
/// Whether the map is empty.
59
pub fn is_empty(&self) -> bool {
60
self.reverse.is_empty()
61
}
62
63
/// Remove a doc_id from the map.
64
///
Callers
4
from_bytes
Method · 0.45
encode
Function · 0.45
decode
Function · 0.45
pack
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected