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

Function addAttribs

tools/docs/jsdoc/templates/html/publish.js:182–187  ·  view source on GitHub ↗
(f)

Source from the content-addressed store, hash-verified

180}
181
182function addAttribs(f) {
183 var attribs = helper.getAttribs(f);
184 var attribsString = buildAttribsString(attribs);
185
186 f.attribs = util.format('<span class="type-signature">%s</span>', attribsString);
187}
188
189function shortenPaths(files, commonPrefix) {
190 Object.keys(files).forEach(function(file) {

Callers 1

publish.jsFile · 0.85

Calls 1

buildAttribsStringFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…