MCPcopy Index your code
hub / github.com/jsdoc/jsdoc / parseQuery

Function parseQuery

lib/jsdoc/opts/args.js:14–16  ·  view source on GitHub ↗
(str)

Source from the content-addressed store, hash-verified

12const hasOwnProp = Object.prototype.hasOwnProperty;
13
14function parseQuery(str) {
15 return cast( querystring.parse(str) );
16}
17
18/* eslint-disable no-multi-spaces */
19argParser.addOption('a', 'access', true, 'Only display symbols with the given access: "package", public", "protected", "private" or "undefined", or "all" for all access levels. Default: all except "private"', true);

Callers

nothing calls this directly

Calls 1

parseMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…