MCPcopy Create free account
hub / github.com/WebFreak001/code-debug / prettyStringArray

Function prettyStringArray

src/mibase.ts:754–761  ·  view source on GitHub ↗
(strings)

Source from the content-addressed store, hash-verified

752}
753
754function prettyStringArray(strings) {
755 if (typeof strings == "object") {
756 if (strings.length !== undefined)
757 return strings.join(", ");
758 else
759 return JSON.stringify(strings);
760 } else return strings;
761}

Callers 1

variablesRequestMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected