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

Method forgetTaskIdentityLocked

agent/task_runtime.go:843–846  ·  view source on GitHub ↗
(taskID string)

Source from the content-addressed store, hash-verified

841
842func (rt *AgentTaskRuntime) cancelIdleTTLLocked(taskID string) {
843 if cancel := rt.idleTTLCancels[taskID]; cancel != nil {
844 cancel()
845 }
846 delete(rt.idleTTLCancels, taskID)
847}
848
849func (rt *AgentTaskRuntime) cancelAllIdleTTLLocked() {

Callers 3

DiscardForegroundTaskMethod · 0.95
CleanupScopeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected