Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PerroEngine/Perro
/ as_res_path
Method
as_res_path
perro_source/api_modules/perro_resource_api/src/res_path.rs:176–179 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
174
}
175
}
176
177
impl ResPathSource for &ResPath {
178
fn as_res_path_str(&self) -> &str {
179
self.as_str()
180
}
181
}
182
Callers
3
deref
Method · 0.80
borrow
Method · 0.80
as_ref
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected