Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
89
func
FilePahtJoin4Linux(paths ...string) string {
90
return
filePathJoin(OS_Linux, paths...)
91
}
Callers
2
IsCloned
Method · 0.85
CopyDirectory
Method · 0.85
Calls
1
filePathJoin
Function · 0.85
Tested by
no test coverage detected