Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bendudson/EuraliOS
/ pathbuf_push_absolute
Function
pathbuf_push_absolute
euralios_std/src/path.rs:1058–1062 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1056
1057
#[test_case]
1058
fn pathbuf_push_absolute() {
1059
let mut path = PathBuf::from(
"/tmp"
);
1060
path.push(
"/etc"
);
1061
assert_eq!(path, PathBuf::from(
"/etc"
));
1062
}
1063
}
Callers
nothing calls this directly
Calls
1
push
Method · 0.45
Tested by
no test coverage detected