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

Function compactBoundaryMarker

src/utils/sessionStoragePortable.ts:485–487  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

483 * first use, not at module load. Most sessions never resume. */
484let _compactBoundaryMarker: Buffer | undefined
485function compactBoundaryMarker(): Buffer {
486 return (_compactBoundaryMarker ??= Buffer.from('"compact_boundary"'))
487}
488
489/**
490 * Confirm a byte-matched line is a real compact_boundary (marker can appear

Callers 1

readTranscriptForLoadFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected