MCPcopy Create free account
hub / github.com/REditorSupport/vscode-R / GlobalEnv

Interface GlobalEnv

src/session.ts:19–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17import { UUID, rHostService, rGuestService, isLiveShare, isHost, isGuestSession, closeBrowser, guestResDir, shareBrowser, openVirtualDoc, shareWorkspace } from './liveShare';
18
19export interface GlobalEnv {
20 [key: string]: {
21 class: string[];
22 type: string;
23 length: number;
24 str: string;
25 size?: number;
26 dim?: number[],
27 names?: string[],
28 slots?: string[]
29 }
30}
31
32export interface WorkspaceData {
33 search: string[];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected