Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/prettier/prettier
/ C1
Class
C1
tests/format/js/comments/function-declaration.js:30–32 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
(
function
f /* f */(/* args */) /* returns */ {})();
29
30
class
C1 {
31
f/* f */() {}
32
}
33
class
C2 {
34
f(/* args */) {}
35
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected