Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GongShichen/LuminaCode
/ mergeExecutionContext
Function
mergeExecutionContext
agent/loop.go:288–292 ·
view source on GitHub ↗
(dst, src coretools.ExecutionContext)
Source
from the content-addressed store, hash-verified
286
}
287
288
granted := false
289
select
{
290
case
granted = <-ch:
291
case
<-ctx.Done():
292
}
293
e.clearMCPTrustFuture(ch)
294
295
e.applyMCPTrustDecision(pending, granted)
Callers
1
ensureMCPTools
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected