Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/prettier/prettier
/ C
Class
C
tests/format/flow/flow-repo/return/function_return.js:1–5 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
class
C {
2
foo() { }
3
bar() {
return
; }
4
fn(x:number) {
return
x; }
5
}
6
7
function
f(x): number {
8
if
(x > 1) {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected