MCPcopy Create free account
hub / github.com/SoftwareBrothers/better-docs / addSignatureTypes

Function addSignatureTypes

publish.js:193–198  ·  view source on GitHub ↗
(f)

Source from the content-addressed store, hash-verified

191}
192
193function addSignatureTypes(f) {
194 var types = f.type ? buildItemTypeStrings(f) : []
195
196 f.signature = (f.signature || '') + '<span class="type-signature">' +
197 (types.length ? ' :' + types.join('|') : '') + '</span>'
198}
199
200function addAttribs(f) {
201 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…