MCPcopy Create free account
hub / github.com/GongShichen/LuminaCode / ExportSkillRecoverySnapshot

Method ExportSkillRecoverySnapshot

agent/loop.go:362–367  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

360 select {
361 case e.mcpTrustCh <- false:
362 default:
363 }
364 }
365 e.mu.Unlock()
366}
367
368func (e *CoreExecutionEngine) Reset() {
369 e.disconnectMCP(context.Background())
370 if e.extraction != nil {

Callers 3

runREPLFunction · 0.80
handleREPLSlashCommandFunction · 0.80
persistStateSnapshotMethod · 0.80

Calls 1

ExportSnapshotMethod · 0.45

Tested by

no test coverage detected