MCPcopy Create free account
hub / github.com/di-sukharev/opencommit /

Class

out/cli.cjs:55429–55429  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55427 const nextItem = this.list[this.bottom];
55428 if (nextItem === void 0)
55429 return null;
55430 this.list[this.bottom] = void 0;
55431 this.bottom = this.bottom + 1 & kMask;
55432 return nextItem;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected