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

Method mb

src/db/wal-valve.ts:127–129  ·  view source on GitHub ↗
(n: number)

Source from the content-addressed store, hash-verified

125 private readonly log: (msg: string) => void;
126
127 private mb(n: number): string {
128 return `${Math.round(n / 1024 / 1024)}MB`;
129 }
130
131 /** Un-backfilled growth estimate: bytes the WAL has grown past the last full backfill. */
132 private growthBytes(): number {

Callers 5

startMethod · 0.95
backpressureMethod · 0.95
foldNowMethod · 0.95
backfillFullyMethod · 0.95
fireMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected