MCPcopy Create free account
hub / github.com/RtlZeroMemory/Rezi / describe

Function describe

packages/testkit/src/fuzz.ts:219–221  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

217 return selectedSet.has(point);
218 },
219 describe(): string {
220 return selected.length === 0 ? "none" : selected.join(",");
221 },
222 });
223}
224

Calls

no outgoing calls

Tested by

no test coverage detected