(srcId, varId string)
| 23 | ) |
| 24 | |
| 25 | func 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. |
no outgoing calls
no test coverage detected