Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/astercloud/aster
/ FS
Method
FS
pkg/sandbox/interface.go:81–81 ·
view source on GitHub ↗
FS 返回文件系统接口
()
Source
from the content-addressed store, hash-verified
79
80
// FS 返回文件系统接口
81
FS() SandboxFS
82
83
// Exec 执行命令
84
Exec(ctx context.Context, cmd string, opts *ExecOptions) (*ExecResult, error)
Callers
10
Execute
Method · 0.65
createBackup
Method · 0.65
Execute
Method · 0.65
Execute
Method · 0.65
searchFiles
Method · 0.65
Execute
Method · 0.65
createBackup
Method · 0.65
registerBuiltin
Method · 0.65
Create
Function · 0.65
buildToolContext
Method · 0.65
Implementers
5
CustomWorkDirSandbox
pkg/tools/builtin/testutils.go
RealSandbox
pkg/tools/builtin/testutils.go
MockSandbox
pkg/sandbox/mock.go
LocalSandbox
pkg/sandbox/local.go
RemoteSandbox
pkg/sandbox/remote.go
Calls
no outgoing calls
Tested by
no test coverage detected