MCPcopy Create free account
hub / github.com/PerroEngine/Perro / headers

Method headers

perro_source/core/perro_csv/src/lib.rs:130–132  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

128 Self {
129 headers: &[],
130 rows: &[],
131 primary_index: &[],
132 primary_lookup: OnceLock::new(),
133 query_indexes: OnceLock::new(),
134 }
135 }

Callers 8

from_bytesMethod · 0.80
parse_csv_staticFunction · 0.80
parse_csv_tableFunction · 0.80
response_headersFunction · 0.80
connect_with_optionsMethod · 0.80
read_localization_csvFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected