MCPcopy Create free account
hub / github.com/garrytan/gstack /

Class

browse/src/network-capture.ts:33–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31const MAX_ENTRY_SIZE = 5 * 1024 * 1024; // 5MB per response body
32
33export class SizeCappedBuffer {
34 private entries: CapturedResponse[] = [];
35 private totalSize = 0;
36 private readonly maxSize: number;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected