Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/kubernetes/test-infra
/ Pos
Interface
Pos
gopherage/cmd/html/static/parser.ts:19–22 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
17
import
{filter, reduce} from
'./utils'
;
18
19
export
interface
Pos {
20
line: number;
21
col: number;
22
}
23
24
export
interface
Block {
25
statements: number;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected