MCPcopy Index your code
hub / github.com/stdlib-js/stdlib / buildItemTypeStrings

Function buildItemTypeStrings

tools/docs/jsdoc/templates/html/publish.js:105–115  ·  view source on GitHub ↗
(item)

Source from the content-addressed store, hash-verified

103}
104
105function buildItemTypeStrings(item) {
106 var types = [];
107
108 if (item && item.type && item.type.names) {
109 item.type.names.forEach(function(name) {
110 types.push( linkto(name, htmlsafe(name)) );
111 });
112 }
113
114 return types;
115}
116
117function buildAttribsString(attribs) {
118 var attribsString = '';

Callers 2

addNonParamAttributesFunction · 0.85
addSignatureTypesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected