Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PerroEngine/Perro
/ is_empty
Method
is_empty
perro_source/core/perro_csv/src/lib.rs:115–117 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
113
pub const fn new(
114
headers: &'static [CsvCell],
115
rows: &'static [CsvRow],
116
primary_index: &'static [CsvRowIndex],
117
) -> Self {
118
Self {
119
headers,
120
rows,
Callers
15
parse
Method · 0.45
nested_get_by_hash
Function · 0.45
nested_set_by_hash
Function · 0.45
find_hash
Method · 0.45
parse_u64_id_string
Function · 0.45
push_visible_children
Method · 0.45
has_allow_filter
Method · 0.45
write_scripts_lib
Function · 0.45
transpile_frontend_script
Function · 0.45
parse_marked_struct_name
Function · 0.45
parse_struct_name
Function · 0.45
parse_attributed_struct_name
Function · 0.45
Calls
no outgoing calls
Tested by
2
nested_get_by_hash
Function · 0.36
nested_set_by_hash
Function · 0.36