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

Function addSignatureParams

publish.js:154–158  ·  view source on GitHub ↗
(f)

Source from the content-addressed store, hash-verified

152}
153
154function addSignatureParams(f) {
155 var params = f.params ? addParamAttributes(f.params) : []
156
157 f.signature = util.format( '%s(%s)', (f.signature || ''), params.join(', ') )
158}
159
160function addSignatureReturns(f) {
161 var attribs = []

Callers 1

publish.jsFile · 0.85

Calls 1

addParamAttributesFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…