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

Function addSignatureTypes

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

Source from the content-addressed store, hash-verified

173}
174
175function addSignatureTypes(f) {
176 var types = f.type ? buildItemTypeStrings(f) : [];
177
178 f.signature = (f.signature || '') + '<span class="type-signature">' +
179 (types.length ? ' :' + types.join('|') : '') + '</span>';
180}
181
182function addAttribs(f) {
183 var attribs = helper.getAttribs(f);

Callers 1

publish.jsFile · 0.85

Calls 1

buildItemTypeStringsFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…