Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/prettier/prettier
/ print
Function
print
tests/integration/plugins/extensions/plugin.cjs:19–21 ·
view source on GitHub ↗
(path)
Source
from the content-addressed store, hash-verified
17
printers: {
18
"foo-ast"
: {
19
print(path) {
20
return
[
"!"
, path.getValue().text];
21
},
22
},
23
},
24
};
Callers
nothing calls this directly
Calls
1
getValue
Method · 0.80
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…