MCPcopy Create free account
hub / github.com/Houseofmvps/codesight / ShowScreenCall

Interface ShowScreenCall

src/ast/extract-brightscript.ts:27–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27export interface ShowScreenCall {
28 target: string; // variable/expression referenced (e.g. "m.homeView" or "homeView")
29 modal: boolean; // true when the second positional arg is a literal `true`
30 helper: "show" | "close" | "current";
31 line: number;
32}
33
34export interface GraphqlCallSite {
35 url: string; // literal text or expression as source

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected