MCPcopy Create free account
hub / github.com/Dart-Code/Dart-Code / ILocation

Interface ILocation

src/test/debug_client_ms.ts:24–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22import { currentTestName } from './helpers';
23
24export interface ILocation {
25 path?: string;
26 line: number;
27 column?: number;
28 verified?: boolean;
29}
30
31export interface IPartialLocation {
32 path?: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected