| 26 | } |
| 27 | |
| 28 | export class BundleBuilder { |
| 29 | private sectionLengths: Array<{ name: string; length: number }> = []; |
| 30 | private sections: CBORValue[] = []; |
| 31 | private responses: Uint8Array[][] = []; |
nothing calls this directly
no outgoing calls
no test coverage detected