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

Function buildAttribsString

publish.js:134–142  ·  view source on GitHub ↗
(attribs)

Source from the content-addressed store, hash-verified

132}
133
134function buildAttribsString(attribs) {
135 var attribsString = ''
136
137 if (attribs && attribs.length) {
138 attribsString = htmlsafe( util.format('(%s) ', attribs.join(', ')) )
139 }
140
141 return attribsString
142}
143
144function addNonParamAttributes(items) {
145 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…