MCPcopy Index your code
hub / github.com/codeaashu/claude-code / notifySessionMetadataChanged

Function notifySessionMetadataChanged

src/utils/sessionState.ts:136–140  ·  view source on GitHub ↗
(
  metadata: SessionExternalMetadata,
)

Source from the content-addressed store, hash-verified

134}
135
136export function notifySessionMetadataChanged(
137 metadata: SessionExternalMetadata,
138): void {
139 metadataListener?.(metadata)
140}
141
142/**
143 * Fired by onChangeAppState when toolPermissionContext.mode changes.

Callers 2

onChangeAppStateFunction · 0.85
runHeadlessStreamingFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected