(
private workspaceRoot: string | undefined,
readonly type: ProgramType
)
| 20 | this._onDidChangeTreeData.event; |
| 21 | |
| 22 | constructor( |
| 23 | private workspaceRoot: string | undefined, |
| 24 | readonly type: ProgramType |
| 25 | ) {} |
| 26 | |
| 27 | refresh(): void { |
| 28 | this._onDidChangeTreeData.fire(); |
nothing calls this directly
no outgoing calls
no test coverage detected