MCPcopy Create free account
hub / github.com/Dart-Code/Dart-Code / executeSortMembersCodeAction

Function executeSortMembersCodeAction

src/test/helpers.ts:706–708  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

704}
705
706export async function executeSortMembersCodeAction() {
707 return executeCodeAction({ kind: SourceSortMembersCodeActionKind }, startOfDocument);
708}
709
710export async function getCodeActions({ kind, title, requireExactlyOne = false, waitForMatch = true }: { kind?: vs.CodeActionKind, title?: string, requireExactlyOne?: boolean, waitForMatch?: boolean }, range: vs.Range) {
711 let codeActions: vs.CodeAction[] = [];

Callers 1

Calls 1

executeCodeActionFunction · 0.85

Tested by

no test coverage detected