()
| 202 | } |
| 203 | |
| 204 | function snapshotRuntimeRegistration(): RuntimeToolInfo { |
| 205 | return { |
| 206 | enabledWorkflows: [...registryState.enabledWorkflows], |
| 207 | registeredToolCount: registryState.tools.size, |
| 208 | }; |
| 209 | } |
| 210 | |
| 211 | export function getRuntimeRegistration(): RuntimeToolInfo | null { |
| 212 | if (registryState.tools.size === 0 && registryState.enabledWorkflows.size === 0) { |
no outgoing calls
no test coverage detected