MCPcopy
hub / github.com/di-sukharev/opencommit / toString

Method toString

out/cli.cjs:72189–72191  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

72187 utils_default.forEach(this, (value, header) => {
72188 value != null && value !== false && (obj[header] = asStrings && utils_default.isArray(value) ? value.join(", ") : value);
72189 });
72190 return obj;
72191 }
72192 [Symbol.iterator]() {
72193 return Object.entries(this.toJSON())[Symbol.iterator]();
72194 }

Callers 15

tD2Function · 0.45
readShebangFunction · 0.45
parseFunction · 0.45
percentEncodeFunction · 0.45
serializeIPv6Function · 0.45
toStringMethod · 0.45
textMethod · 0.45
BodyFunction · 0.45
jsonFunction · 0.45
textFunction · 0.45
convertBodyFunction · 0.45
parseURLFunction · 0.45

Calls 2

entriesMethod · 0.45
toJSONMethod · 0.45

Tested by

no test coverage detected