Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PerroEngine/Perro
/ parse_enum_names
Function
parse_enum_names
perro_source/devtools/perro_cli/src/doctor.rs:989–993 ·
view source on GitHub ↗
(text: &str)
Source
from the content-addressed store, hash-verified
987
continue;
988
};
989
validate_script_value_node_ref_hint(
990
ctx,
991
&format!(
"{label}.{}"
, name.as_ref()),
992
item,
993
nested_field,
994
index,
995
);
996
}
Callers
1
index_script_source
Function · 0.85
Calls
1
parse_enum_name_from_line
Function · 0.85
Tested by
no test coverage detected