Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cursorless-dev/cursorless
/ getPendingEditDecorationTime
Function
getPendingEditDecorationTime
src/util/editDisplayUtils.ts:9–12 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
7
import
sleep from
"./sleep"
;
8
9
const
getPendingEditDecorationTime = () =>
10
workspace
11
.getConfiguration(
"cursorless"
)
12
.get<number>(
"pendingEditDecorationTime"
)!;
13
14
export
async
function
decorationSleep() {
15
if
(isTesting()) {
Callers
1
decorationSleep
Function · 0.85
Calls
1
get
Method · 0.80
Tested by
no test coverage detected