MCPcopy 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
177impl ResPathSource for &ResPath {
178 fn as_res_path_str(&self) -> &str {
179 self.as_str()
180 }
181}
182

Callers 3

derefMethod · 0.80
borrowMethod · 0.80
as_refMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected