Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/prettier/prettier
/ C3
Class
C3
tests/format/flow/flow-repo/duplicate_methods/test.js:15–18 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
13
new
C2().m();
14
15
class
C3 {
16
set m(x) { }
17
m() { }
18
}
19
20
new
C3().m();
21
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected