MCPcopy Index your code
hub / github.com/REditorSupport/vscode-R / RObjectElement

Interface RObjectElement

src/completions.ts:215–219  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

213}
214
215interface RObjectElement {
216 name: string;
217 type: string;
218 str: string;
219}
220
221function getCompletionItemsFromElements(elements: RObjectElement[], detail: string): vscode.CompletionItem[] {
222 const len = elements.length.toString().length;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected