| 25 | } |
| 26 | |
| 27 | export 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 | |
| 34 | export interface GraphqlCallSite { |
| 35 | url: string; // literal text or expression as source |
nothing calls this directly
no outgoing calls
no test coverage detected