MCPcopy Create free account
hub / github.com/angular/angular / applyRefactoring

Method applyRefactoring

packages/language-service/api.ts:485–485  ·  view source on GitHub ↗
(
    fileName: string,
    positionOrRange: number | ts.TextRange,
    refactorName: string,
    reportProgress: ApplyRefactoringProgressFn,
  )

Source from the content-addressed store, hash-verified

483 ): TemplateDocumentSymbol[];
484
485 applyRefactoring(
486 fileName: string,
487 positionOrRange: number | ts.TextRange,
488 refactorName: string,

Calls

no outgoing calls

Tested by

no test coverage detected