MCPcopy 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

ExecuteMethod · 0.65
createBackupMethod · 0.65
ExecuteMethod · 0.65
ExecuteMethod · 0.65
searchFilesMethod · 0.65
ExecuteMethod · 0.65
createBackupMethod · 0.65
registerBuiltinMethod · 0.65
CreateFunction · 0.65
buildToolContextMethod · 0.65

Implementers 5

CustomWorkDirSandboxpkg/tools/builtin/testutils.go
RealSandboxpkg/tools/builtin/testutils.go
MockSandboxpkg/sandbox/mock.go
LocalSandboxpkg/sandbox/local.go
RemoteSandboxpkg/sandbox/remote.go

Calls

no outgoing calls

Tested by

no test coverage detected