MCPcopy Create free account
hub / github.com/openclaw/clawsweeper / yamlArray

Function yamlArray

src/commit-classifier.ts:89–92  ·  view source on GitHub ↗
(values: string[])

Source from the content-addressed store, hash-verified

87}
88
89function yamlArray(values: string[]): string {
90 if (!values.length) return "[]";
91 return values.map((value) => `\n - ${yamlScalar(value)}`).join("");
92}
93
94function stripEmailIdentity(value: string): string {
95 return value

Callers 1

skippedNonCodeReportFunction · 0.70

Calls 1

yamlScalarFunction · 0.70

Tested by

no test coverage detected