MCPcopy
hub / github.com/prettier/prettier / callback

Function callback

src/language-js/utilities/function-parameters.js:29–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

27 const { node } = path;
28 let index = 0;
29 const callback = () => iteratee(path, index++);
30 if (node.this) {
31 path.call(callback, "this");
32 }

Callers 6

mapNodeFunction · 0.50
getOrInsertComputedFunction · 0.50
callMethod · 0.50
callParentMethod · 0.50
eachMethod · 0.50
mapMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…