MCPcopy
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

1class C {
2 m() { return new C; }
3}
4function blah() {}
5var node: ?C = new C;
6while (node) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected