MCPcopy
hub / github.com/jsdoc/jsdoc / buildAttribsString

Function buildAttribsString

templates/default/publish.js:126–134  ·  view source on GitHub ↗
(attribs)

Source from the content-addressed store, hash-verified

124}
125
126function buildAttribsString(attribs) {
127 let attribsString = '';
128
129 if (attribs && attribs.length) {
130 attribsString = htmlsafe( util.format('(%s) ', attribs.join(', ')) );
131 }
132
133 return attribsString;
134}
135
136function addNonParamAttributes(items) {
137 let types = [];

Callers 2

addSignatureReturnsFunction · 0.85
addAttribsFunction · 0.85

Calls 1

htmlsafeFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…