MCPcopy Create free account
hub / github.com/ForestHubAI/edge-agents / contextKey

Function contextKey

go/engine/scope.go:25–25  ·  view source on GitHub ↗
(srcId, varId string)

Source from the content-addressed store, hash-verified

23)
24
25func contextKey(srcId, varId string) string { return srcId + ":" + varId }
26
27// Scope holds runtime variables and conversation state for workflow execution.
28// Scope is single-threaded: after Setup, only the state-runner modifies scope.

Callers 4

NewFunctionScopeFunction · 0.85
ResolveMethod · 0.85
SetMethod · 0.85
SubscribeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected