| 213 | } |
| 214 | |
| 215 | interface RObjectElement { |
| 216 | name: string; |
| 217 | type: string; |
| 218 | str: string; |
| 219 | } |
| 220 | |
| 221 | function getCompletionItemsFromElements(elements: RObjectElement[], detail: string): vscode.CompletionItem[] { |
| 222 | const len = elements.length.toString().length; |
nothing calls this directly
no outgoing calls
no test coverage detected