MCPcopy
hub / github.com/semantic-release/semantic-release / stringify

Function stringify

lib/definitions/errors.js:10–11  ·  view source on GitHub ↗
(object)

Source from the content-addressed store, hash-verified

8
9const [homepage] = pkg.homepage.split("#");
10const stringify = (object) =>
11 isString(object) ? object : inspect(object, { breakLength: Infinity, depth: 2, maxArrayLength: 5 });
12const linkify = (file) => `${homepage}/blob/master/${file}`;
13const wordsList = (words) =>
14 `${words.slice(0, -1).join(", ")}${words.length > 1 ? ` or ${words[words.length - 1]}` : trim(words[0])}`;

Callers 15

EINVALIDTAGFORMATFunction · 0.85
ETAGNOVERSIONFunction · 0.85
EPLUGINCONFFunction · 0.85
EPLUGINSCONFFunction · 0.85
EANALYZECOMMITSOUTPUTFunction · 0.85
EGENERATENOTESOUTPUTFunction · 0.85
EPUBLISHOUTPUTFunction · 0.85
EADDCHANNELOUTPUTFunction · 0.85
EINVALIDBRANCHFunction · 0.85
EINVALIDBRANCHNAMEFunction · 0.85
EDUPLICATEBRANCHESFunction · 0.85
EMAINTENANCEBRANCHFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…