MCPcopy Create free account
hub / github.com/block/buzz / id

Function id

desktop/src/features/messages/lib/messageQueryKeys.test.mjs:24–26  ·  view source on GitHub ↗
(prefix, index)

Source from the content-addressed store, hash-verified

22}
23
24function id(prefix, index) {
25 return `${prefix}${String(index).padStart(64 - prefix.length, "0")}`;
26}
27
28test("normalizeTimelineMessages preserves the complete loaded window", () => {
29 const messages = [];

Callers 7

mainFunction · 0.85
build.gradle.ktsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected