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

Function buildAttribsString

tools/docs/jsdoc/templates/html/publish.js:117–125  ·  view source on GitHub ↗
(attribs)

Source from the content-addressed store, hash-verified

115}
116
117function buildAttribsString(attribs) {
118 var attribsString = '';
119
120 if (attribs && attribs.length) {
121 attribsString = htmlsafe( util.format('(%s) ', attribs.join(', ')) );
122 }
123
124 return attribsString;
125}
126
127function addNonParamAttributes(items) {
128 var types = [];

Callers 2

addSignatureReturnsFunction · 0.85
addAttribsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…