Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_bytes
Method · 0.80
parse_csv_static
Function · 0.80
generate_static_localizations
Function · 0.80
parse_csv_table
Function · 0.80
response_headers
Function · 0.80
connect_with_options
Method · 0.80
accept_websocket_with_options
Function · 0.80
read_localization_csv
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected