MCPcopy Create free account
hub / github.com/astercloud/aster / Kind

Method Kind

pkg/sandbox/interface.go:75–75  ·  view source on GitHub ↗

Kind 返回沙箱类型

()

Source from the content-addressed store, hash-verified

73type Sandbox interface {
74 // Kind 返回沙箱类型
75 Kind() string
76
77 // WorkDir 返回工作目录
78 WorkDir() string

Callers 6

FromStructMethod · 0.65
structToSchemaMethod · 0.65
typeToSchemaMethod · 0.65
ParseIntoMethod · 0.65
ParseTypedFunction · 0.65
GenerateSchemaFunction · 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