MCPcopy Create free account
hub / github.com/53AI/53AIHub / getSandboxClient

Function getSandboxClient

api/service/tools/executor.go:1342–1344  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1340}
1341
1342func getSandboxClient() *sandboxclient.Client {
1343 return sandboxclient.NewClient(config.SandboxServiceURL)
1344}
1345
1346func parseBoolValue(value interface{}) bool {
1347 switch v := value.(type) {

Callers 15

executeSandboxCodeFunction · 0.85
executeRunShellFunction · 0.85
executeReadFileFunction · 0.85
executeEditFileFunction · 0.85
executeListFilesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected