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

Function buildItemTypeStrings

publish.js:122–132  ·  view source on GitHub ↗
(item)

Source from the content-addressed store, hash-verified

120}
121
122function buildItemTypeStrings(item) {
123 var types = []
124
125 if (item && item.type && item.type.names) {
126 item.type.names.forEach(function(name) {
127 types.push( linkto(name, htmlsafe(name)) )
128 })
129 }
130
131 return types
132}
133
134function buildAttribsString(attribs) {
135 var attribsString = ''

Callers 2

addNonParamAttributesFunction · 0.85
addSignatureTypesFunction · 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…