MCPcopy Create free account
hub / github.com/OpenAtomFoundation/SmartIDE / FilePahtJoin4Linux

Function FilePahtJoin4Linux

cli/pkg/common/path.go:89–91  ·  view source on GitHub ↗

路径组合 for linux

(paths ...string)

Source from the content-addressed store, hash-verified

87
88// 路径组合 for linux
89func FilePahtJoin4Linux(paths ...string) string {
90 return filePathJoin(OS_Linux, paths...)
91}

Callers 2

IsClonedMethod · 0.85
CopyDirectoryMethod · 0.85

Calls 1

filePathJoinFunction · 0.85

Tested by

no test coverage detected