Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/astercloud/aster
/ absPath
Method
absPath
pkg/sandbox/cloud/volcengine.go:322–327 ·
view source on GitHub ↗
absPath 转换为绝对路径
(path string)
Source
from the content-addressed store, hash-verified
320
321
// absPath 转换为绝对路径
322
func
(vfs *VolcengineFS) absPath(path string) string {
323
if
filepath.IsAbs(path) {
324
return
path
325
}
326
return
filepath.Join(vfs.workDir, path)
327
}
Callers
6
Resolve
Method · 0.95
IsInside
Method · 0.95
Read
Method · 0.95
Write
Method · 0.95
Stat
Method · 0.95
Glob
Method · 0.95
Calls
1
Join
Method · 0.45
Tested by
no test coverage detected