MCPcopy Create free account
hub / github.com/compozy/agh / sessionSandboxBackend

Function sessionSandboxBackend

internal/cli/session.go:985–990  ·  view source on GitHub ↗
(info SessionRecord)

Source from the content-addressed store, hash-verified

983}
984
985func sessionSandboxBackend(info SessionRecord) string {
986 if info.Sandbox == nil {
987 return ""
988 }
989 return strings.TrimSpace(info.Sandbox.Backend)
990}
991
992func sessionRepairBundle(record SessionRepairRecord) outputBundle {
993 return outputBundle{

Callers 2

renderSessionToonFunction · 0.70
sessionListBundleFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected