MCPcopy Create free account
hub / github.com/SilverRainZ/OS67 / skipelem

Function skipelem

fs/p2i.c:23–51  ·  view source on GitHub ↗

抽取路径中的第一个名字, 返回余下部分 * skip the first elem of path, return this elem * - skipelem("a/b/c", name) = "b/c" name = a * - skipelem("////a//c", name) = "c" name = a * - skipelem("///", name) = 0 */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

_path2inodeFunction · 0.85

Calls 1

strncpyFunction · 0.85

Tested by

no test coverage detected