MCPcopy Create free account
hub / github.com/LPC4/Full-Stack / split_last_component

Function split_last_component

src/compilation_pipeline.rs:2242–2250  ·  view source on GitHub ↗

Split an absolute path into (`parent_path`, `last_component`). "/bin/init" -> ("/bin", "init"), "/hello.txt" -> ("/", "hello.txt").

(path: &str)

Source from the content-addressed store, hash-verified

Callers 1

build_fs_imageFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected