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

Function addNonParamAttributes

publish.js:144–152  ·  view source on GitHub ↗
(items)

Source from the content-addressed store, hash-verified

142}
143
144function addNonParamAttributes(items) {
145 var types = []
146
147 items.forEach(function(item) {
148 types = types.concat( buildItemTypeStrings(item) )
149 })
150
151 return types
152}
153
154function addSignatureParams(f) {
155 var params = f.params ? addParamAttributes(f.params) : []

Callers 1

addSignatureReturnsFunction · 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…