MCPcopy Create free account
hub / github.com/colbymchenry/codegraph /

Class

src/utils.ts:551–551  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

549 * Memory monitor for tracking usage during operations
550 */
551export class MemoryMonitor {
552 private checkInterval: ReturnType<typeof setInterval> | null = null;
553 private peakUsage = 0;
554 private threshold: number;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected