(element: TreeItem)
| 29 | } |
| 30 | |
| 31 | getTreeItem(element: TreeItem): TreeItem { |
| 32 | return element; |
| 33 | } |
| 34 | |
| 35 | getChildren(contract?: Function | Program): ProviderResult<Program[]> { |
| 36 | if (!this.workspaceRoot) { |
nothing calls this directly
no outgoing calls
no test coverage detected