Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/astercloud/aster
/ Resolve
Method
Resolve
pkg/sandbox/interface.go:34–34 ·
view source on GitHub ↗
Resolve 解析路径为绝对路径
(path string)
Source
from the content-addressed store, hash-verified
32
type
SandboxFS
interface
{
33
// Resolve 解析路径为绝对路径
34
Resolve(path string) string
35
36
// IsInside 检查路径是否在沙箱内
37
IsInside(path string) bool
Callers
5
execWithLimits
Method · 0.65
Watch
Method · 0.65
execDirect
Method · 0.65
TestLocalSandbox_FS
Function · 0.65
ListInfo
Method · 0.65
Implementers
6
RealFS
pkg/tools/builtin/testutils.go
MockFS
pkg/sandbox/mock.go
LocalFS
pkg/sandbox/local_fs.go
RemoteFS
pkg/sandbox/remote.go
AliyunFS
pkg/sandbox/cloud/aliyun.go
VolcengineFS
pkg/sandbox/cloud/volcengine.go
Calls
no outgoing calls
Tested by
1
TestLocalSandbox_FS
Function · 0.52