Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/basarat/typescript-book
/ foo
Function
foo
code/types/functions.ts:9–9 ·
view source on GitHub ↗
(sampleParameter: { bar: number })
Source
from the content-addressed store, hash-verified
7
8
// function parameter
9
function
foo(sampleParameter: { bar: number }) { }
10
}
11
12
namespace returnType {
Callers
1
functions.ts
File · 0.70
Calls
1
log
Method · 0.45
Tested by
no test coverage detected