MCPcopy Create free account
hub / github.com/anus-dev/ANUS / partListUnionToString

Function partListUnionToString

packages/core/src/core/anusRequest.ts:18–20  ·  view source on GitHub ↗
(value: PartListUnion)

Source from the content-addressed store, hash-verified

16export type AnusCodeRequest = PartListUnion;
17
18export function partListUnionToString(value: PartListUnion): string {
19 return partToString(value, { verbose: true });
20}

Callers 1

glob.test.tsFile · 0.85

Calls 1

partToStringFunction · 0.85

Tested by

no test coverage detected