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

Function u32opt

src/extraction/kernel/decode.ts:58–61  ·  view source on GitHub ↗
(row: Buffer, at: number)

Source from the content-addressed store, hash-verified

56}
57
58function u32opt(row: Buffer, at: number): number | undefined {
59 const v = row.readUInt32LE(at);
60 return v === NONE ? undefined : v;
61}
62
63export function decodeExtractBuffers(
64 buffers: KernelBuffers,

Callers 1

decodeExtractBuffersFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected