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

Function reAppendSessionMetadata

src/utils/sessionStorage.ts:2899–2901  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2897 * instead of the user-set session name.
2898 */
2899export function reAppendSessionMetadata(): void {
2900 getProject().reAppendSessionMetadata()
2901}
2902
2903export async function saveAgentName(
2904 sessionId: UUID,

Callers 2

compactConversationFunction · 0.85

Calls 2

getProjectFunction · 0.85

Tested by

no test coverage detected