()
| 483 | * first use, not at module load. Most sessions never resume. */ |
| 484 | let _compactBoundaryMarker: Buffer | undefined |
| 485 | function 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 |
no outgoing calls
no test coverage detected