MCPcopy Create free account
hub / github.com/QodeXcli/QodeX / str

Function str

src/schedule/receipt.ts:76–76  ·  view source on GitHub ↗
(x: any)

Source from the content-addressed store, hash-verified

74}
75
76const str = (x: any): string | undefined => (typeof x === 'string' && x.trim() ? x.trim() : undefined);
77
78/**
79 * Assemble a receipt from QodeX's OWN ground-truth signals (a git diff it ran, checkers it

Callers 3

coerceFunction · 0.85
buildGroundTruthReceiptFunction · 0.85
record_keyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected