Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PerroEngine/Perro
/ len
Method
len
perro_source/core/perro_csv/src/lib.rs:895–897 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
893
.table
894
.get(row_idx, *col)
895
.and_then(|v| v.parse::<f64>().ok())
896
else {
897
return false;
898
};
899
let Some(ord) = actual.partial_cmp(value) else {
900
return false;
Callers
15
load_preview_scene
Function · 0.45
preview_runtime_order
Function · 0.45
insert_panim_object
Function · 0.45
panim_frame_has_object
Function · 0.45
insert_panim_frame0_object
Function · 0.45
parse_number_list
Function · 0.45
exact_picker_node_type
Function · 0.45
exact_node_rank
Function · 0.45
collect_scene_subtree_keys
Function · 0.45
refresh_project_assets
Function · 0.45
renamed_asset_ref
Function · 0.45
cached_scene_doc_shared
Function · 0.45
Calls
no outgoing calls
Tested by
15
inspector_row_names
Function · 0.36
ensure_inspector_matrix_grid
Function · 0.36
set_cached_row_template
Function · 0.36
add_inspector_section_counts
Function · 0.36
parse_enum_variant_entry
Function · 0.36
parse_script_struct_fields
Function · 0.36
parse_tuple_struct_fields
Function · 0.36
module_name_from_rel
Function · 0.36
matrix_type_info
Function · 0.36
scene_value_matrix_summary
Function · 0.36
edit_selected_script_var_path
Function · 0.36
sync_bitmask_preview
Function · 0.36