| 4857 | |
| 4858 | import { WorkbenchNodeApiApiRequestFactory, WorkbenchNodeApiApiResponseProcessor} from "../apis/WorkbenchNodeApiApi"; |
| 4859 | export class PromiseWorkbenchNodeApiApi { |
| 4860 | private api: ObservableWorkbenchNodeApiApi |
| 4861 | |
| 4862 | public constructor( |
nothing calls this directly
no outgoing calls
no test coverage detected