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

Method fields

nodedb/src/engine/kv/index.rs:142–144  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

140 }
141
142 pub fn fields(&self) -> &[String] {
143 &self.fields
144 }
145
146 pub fn field_positions(&self) -> &[usize] {
147 &self.field_positions

Callers 3

record_batch_row_to_jsonFunction · 0.80
batches_to_document_rowsFunction · 0.80
encode_and_uploadMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected