MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / uniqueSuffix

Function uniqueSuffix

e2e/scenarios/artifacts.test.ts:75–75  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

73/** Selfhost shares one workspace across scenarios, so every title is unique to
74 * this run and assertions look for "mine", never "the only one". */
75const uniqueSuffix = () => randomBytes(4).toString("hex");
76
77const structuredOf = (result: { readonly raw: unknown }): Record<string, unknown> =>
78 ((result.raw as { structuredContent?: Record<string, unknown> }).structuredContent ??

Callers 1

artifacts.test.tsFile · 0.70

Calls 1

toStringMethod · 0.80

Tested by

no test coverage detected