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

Function parsePropPath

out/cli.cjs:71801–71805  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

71799 return false;
71800 }
71801 return helpers.defaultVisitor.apply(this, arguments);
71802 }
71803 }, options));
71804}
71805
71806// node_modules/axios/lib/helpers/formDataToJSON.js
71807function parsePropPath(name) {
71808 return utils_default.matchAll(/\w+|\[(\w*)]/g, name).map((match) => {

Callers 1

formDataToJSONFunction · 0.85

Calls 1

matchAllMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…