Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PerroEngine/Perro
/ name
Method
name
perro_source/core/perro_ids/src/ids.rs:297–299 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
295
impl TextureID {
296
/// Parse 1-16 hex digits, optionally prefixed with `0x`.
297
pub fn parse_str(s: &str) -> Result<Self, ParseGenerationalIDError> {
298
s.parse()
299
}
300
}
301
302
impl SignalID {
Callers
13
emit_node_data_consts
Function · 0.45
build_gltf_skeleton_entries
Function · 0.45
list_zip_file
Function · 0.45
log_gamepad_connected
Function · 0.45
load_bones_from_gltf
Function · 0.45
convert_gltf_animation_bytes_to_panim
Function · 0.45
create_nodes_batches_parent_names_and_tags
Function · 0.45
create_nodes_supports_root_requests_without_metadata
Function · 0.45
create_nodes_borrowed_valid_batch_builds_tree
Function · 0.45
type_name
Method · 0.45
convert_gltf_animation_to_panim
Function · 0.45
select_animation
Function · 0.45
Calls
1
as_ref
Method · 0.45
Tested by
3
create_nodes_batches_parent_names_and_tags
Function · 0.36
create_nodes_supports_root_requests_without_metadata
Function · 0.36
create_nodes_borrowed_valid_batch_builds_tree
Function · 0.36