MCPcopy Index your code
hub / github.com/di-sukharev/opencommit / parseArrayValue

Function parseArrayValue

out/cli.cjs:28424–28429  ·  view source on GitHub ↗
(val, options)

Source from the content-addressed store, hash-verified

28422 });
28423 };
28424 var parseArrayValue = function(val, options) {
28425 if (val && typeof val === "string" && options.comma && val.indexOf(",") > -1) {
28426 return val.split(",");
28427 }
28428 return val;
28429 };
28430 var isoSentinel = "utf8=%26%2310003%3B";
28431 var charsetSentinel = "utf8=%E2%9C%93";
28432 var parseValues = function parseQueryStringValues(str2, options) {

Callers 2

parseValuesFunction · 0.85
parseObjectFunction · 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…