MCPcopy Create free account
hub / github.com/NodeDB-Lab/nodedb / symbol_count

Method symbol_count

nodedb-codec/src/fsst.rs:131–133  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

129 }
130
131 fn symbol_count(&self) -> usize {
132 self.symbols.len()
133 }
134}
135
136/// Find the longest symbol matching at position `pos` in `data`.

Callers 1

encodeFunction · 0.80

Calls 1

lenMethod · 0.45

Tested by

no test coverage detected