MCPcopy
hub / github.com/jsdoc/jsdoc / buildItemTypeStrings

Function buildItemTypeStrings

templates/default/publish.js:114–124  ·  view source on GitHub ↗
(item)

Source from the content-addressed store, hash-verified

112}
113
114function buildItemTypeStrings(item) {
115 const types = [];
116
117 if (item && item.type && item.type.names) {
118 item.type.names.forEach(name => {
119 types.push( linkto(name, htmlsafe(name)) );
120 });
121 }
122
123 return types;
124}
125
126function buildAttribsString(attribs) {
127 let attribsString = '';

Callers 2

addNonParamAttributesFunction · 0.85
addSignatureTypesFunction · 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…