MCPcopy Index your code
hub / github.com/plotly/dash / docstringWarning

Function docstringWarning

dash/extract-meta.js:123–129  ·  view source on GitHub ↗
(doc)

Source from the content-addressed store, hash-verified

121}
122
123function docstringWarning(doc) {
124 checkDocstring(doc.displayName, doc.description);
125
126 Object.entries(doc.props || {}).forEach(([name, p]) =>
127 checkDocstring(`${doc.displayName}.${name}`, p.description)
128 );
129}
130
131function zipArrays(...arrays) {
132 const arr = [];

Callers 2

parseJSXFunction · 0.85
gatherComponentsFunction · 0.85

Calls 1

checkDocstringFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…