Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
mapNode
Function · 0.50
getOrInsertComputed
Function · 0.50
call
Method · 0.50
callParent
Method · 0.50
each
Method · 0.50
map
Method · 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…