Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/prettier/prettier
/ C
Class
C
tests/format/flow/flow-repo/while/test.js:1–3 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
class
C {
2
m() {
return
new
C; }
3
}
4
function
blah() {}
5
var
node: ?C =
new
C;
6
while
(node) {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected