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

Method cancelAllRecordCleanupLocked

agent/task_runtime.go:940–945  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

938}
939
940func (rt *AgentTaskRuntime) cancelAllRecordCleanupLocked() {
941 for taskID, cancel := range rt.recordCleanupCancels {
942 cancel()
943 delete(rt.recordCleanupCancels, taskID)
944 }
945}
946
947func taskRecordFromMap(data map[string]any) *AgentTaskRecord {
948 b, _ := json.Marshal(data)

Callers 2

ImportSnapshotMethod · 0.95
ShutdownMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected