Home
last modified time | relevance | path

Searched refs:applySingleCodeActionCommand (Results 1 – 1 of 1) sorted by relevance

/third_party/typescript/src/services/
Dservices.ts2135 …Array(action) ? Promise.all(action.map(a => applySingleCodeActionCommand(a))) : applySingleCodeAct…
2138 …function applySingleCodeActionCommand(action: CodeActionCommand): Promise<ApplyCodeActionCommandRe… function