MCPcopy
hub / github.com/prettier/prettier / C2

Class C2

tests/format/js/comments/function-declaration.js:33–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31 f/* f */() {}
32}
33class C2 {
34 f(/* args */) {}
35}
36class C3 {
37 f() /* returns */ {}
38}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected