MCPcopy
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
30class C1 {
31 f/* f */() {}
32}
33class C2 {
34 f(/* args */) {}
35}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected