MCPcopy
hub / github.com/prettier/prettier / Foo

Class Foo

tests/format/js/empty-paren-comment/class-property.js:1–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1class Foo {
2 f(/* ... */) {}
3 f() /* ... */ {}
4 f = (/* ... */) => {};
5 static f(/* ... */) {};
6 static f = (/* ... */) => {};
7 static f = function(/* ... */) {};
8 static f = function f(/* ... */) {};
9}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected