MCPcopy
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

17import {filter, reduce} from './utils';
18
19export interface Pos {
20 line: number;
21 col: number;
22}
23
24export interface Block {
25 statements: number;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected