MCPcopy
hub / github.com/prettier/prettier / C

Class C

tests/format/flow/flow-repo/async/async_parse.js:4–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2async function ft<T>(a: T) {}
3
4class C {
5 async m() {}
6 async mt<T>(a: T) {}
7 static async m(a) {}
8 static async mt<T>(a: T) {}
9}
10
11var e = async function () {};
12var et = async function<T> (a: T) {};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected