MCPcopy Index your code
hub / github.com/claude-code-best/claude-code / automationStateKey

Function automationStateKey

src/utils/sessionState.ts:136–138  ·  view source on GitHub ↗
(state: AutomationStateMetadata | null)

Source from the content-addressed store, hash-verified

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

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected