MCPcopy Create free account
hub / github.com/cursorless-dev/cursorless / decorationSleep

Function decorationSleep

src/util/editDisplayUtils.ts:14–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12 .get<number>("pendingEditDecorationTime")!;
13
14export async function decorationSleep() {
15 if (isTesting()) {
16 return;
17 }
18
19 await sleep(getPendingEditDecorationTime());
20}
21
22export async function displayPendingEditDecorationsForSelection(
23 selections: SelectionWithEditor[],

Callers 3

runMethod · 0.90

Calls 2

isTestingFunction · 0.85

Tested by

no test coverage detected