MCPcopy
hub / github.com/jsdoc/jsdoc / addNonParamAttributes

Function addNonParamAttributes

templates/default/publish.js:136–144  ·  view source on GitHub ↗
(items)

Source from the content-addressed store, hash-verified

134}
135
136function addNonParamAttributes(items) {
137 let types = [];
138
139 items.forEach(item => {
140 types = types.concat( buildItemTypeStrings(item) );
141 });
142
143 return types;
144}
145
146function addSignatureParams(f) {
147 const params = f.params ? addParamAttributes(f.params) : [];

Callers 1

addSignatureReturnsFunction · 0.85

Calls 1

buildItemTypeStringsFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…