(state: AutomationStateMetadata | null)
| 134 | } |
| 135 | |
| 136 | function automationStateKey(state: AutomationStateMetadata | null): string { |
| 137 | return JSON.stringify(state) |
| 138 | } |
| 139 | |
| 140 | function applyMetadataUpdate(metadata: SessionExternalMetadata): void { |
| 141 | const nextMetadata = { ...currentMetadata } |
no outgoing calls
no test coverage detected