Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GDATASoftwareAG/vaas
/ timeout
Method
timeout
typescript/src/CancellationToken.ts:8–10 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
6
}
7
8
public timeout(): number {
9
return
this._timeout;
10
}
11
12
public static fromSeconds(seconds: number): CancellationToken {
13
return
new
CancellationToken(seconds * 1000);
Callers
4
forStream
Method · 0.80
forUrl
Method · 0.80
forSha256
Method · 0.80
forFile
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected