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

Function sessionCrashBundlePath

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

Source from the content-addressed store, hash-verified

1094}
1095
1096func sessionCrashBundlePath(info SessionRecord) string {
1097 if info.Failure == nil {
1098 return ""
1099 }
1100 return strings.TrimSpace(info.Failure.CrashBundlePath)
1101}
1102
1103func sessionEventsBundle(events []SessionEventRecord) outputBundle {
1104 return listBundle(

Callers 2

renderSessionHumanFunction · 0.70
renderSessionToonFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected