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

Interface MessageWithUriData

src/debug/stack_trace.ts:60–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58}
59
60interface MessageWithUriData {
61 col: number | undefined;
62 isStackFrame: boolean;
63 line: number | undefined;
64 text: string;
65 sourceUri: string;
66}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected