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

Method isAborted

agent/loop.go:1441–1445  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1439 insertBeforeCurrentUserMessage(state, recovery)
1440 }
1441 }
1442}
1443
1444func (e *CoreExecutionEngine) stripSkillMessages(state *AgentState, sources map[string]struct{}) {
1445 if state == nil {
1446 return
1447 }
1448 state.Messages = skills.StripSkillContextMessages(state.Messages, sources)

Callers 1

queryLoopMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected