MCPcopy Create free account
hub / github.com/jsdoc/jsdoc / put

Method put

lib/jsdoc/src/parser.js:46–52  ·  view source on GitHub ↗
(name, value)

Source from the content-addressed store, hash-verified

44 }
45
46 put(name, value) {
47 if ( !hasOwnProp.call(this._doclets, name) ) {
48 this._doclets[name] = [];
49 }
50
51 this._doclets[name].push(value);
52 }
53}
54
55// TODO: docs

Callers 2

clearMethod · 0.80
addDocletRefMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected