Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DTStack/molecule
/ sleep
Function
sleep
test/utils.ts:49–52 ·
view source on GitHub ↗
(ms)
Source
from the content-addressed store, hash-verified
47
}
48
49
export
const
sleep = (ms) =>
50
new
Promise((resolve) => {
51
setTimeout(resolve, ms);
52
});
53
54
type
DragOptionsType = {
55
to?: {
Callers
8
menubar.test.tsx
File · 0.90
workbench.test.tsx
File · 0.90
index.test.tsx
File · 0.90
index.test.tsx
File · 0.90
tree.test.tsx
File · 0.90
folderTree.test.ts
File · 0.90
setting.test.ts
File · 0.90
drag
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected