()
| 20 | } |
| 21 | |
| 22 | get context(): ModuleContext<S> { |
| 23 | return { |
| 24 | agentId: this.moduleManager.agentId, |
| 25 | allAgentIds: this.moduleManager.allAgentIds, |
| 26 | actionDictionary: this.moduleManager.actions, |
| 27 | state: this.state, |
| 28 | }; |
| 29 | } |
| 30 | } |
nothing calls this directly
no outgoing calls
no test coverage detected