Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GDATASoftwareAG/vaas
/ delay
Function
delay
typescript/tests/test.ts:31–33 ·
view source on GitHub ↗
(ms: number)
Source
from the content-addressed store, hash-verified
29
}
30
31
function
delay(ms: number) {
32
return
new
Promise((resolve) => setTimeout(resolve, ms));
33
}
34
35
dotenv.config();
36
const
CLIENT_ID = getFromEnvironment(
"CLIENT_ID"
);
Callers
2
getTokenAsync
Method · 0.85
test.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected