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

Method consumeMatchingNotifications

agent/task_runtime.go:594–598  ·  view source on GitHub ↗
(scopeID string, taskIDs []string)

Source from the content-addressed store, hash-verified

592}
593
594func (rt *AgentTaskRuntime) consumeMatchingNotifications(scopeID string, taskIDs []string) {
595 rt.mu.Lock()
596 defer rt.mu.Unlock()
597 rt.consumeMatchingNotificationsLocked(scopeID, taskIDs)
598}
599
600func (rt *AgentTaskRuntime) consumeMatchingNotificationsLocked(scopeID string, taskIDs []string) {
601 if len(taskIDs) == 0 {

Callers 1

WaitForTasksMethod · 0.95

Tested by

no test coverage detected