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

Function addParamAttributes

publish.js:116–120  ·  view source on GitHub ↗
(params)

Source from the content-addressed store, hash-verified

114}
115
116function addParamAttributes(params) {
117 return params.filter(function(param) {
118 return param.name && param.name.indexOf('.') === -1
119 }).map(updateItemName)
120}
121
122function buildItemTypeStrings(item) {
123 var types = []

Callers 1

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