Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/assert-rs/assert_fs
/ deref
Method
deref
src/fixture/dir.rs:293–295 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
291
type Target = path::Path;
292
#[inline]
293
fn deref(&self) -> &path::Path {
294
self.path()
295
}
296
}
Callers
nothing calls this directly
Calls
1
path
Method · 0.45
Tested by
no test coverage detected