MCPcopy 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

forStreamMethod · 0.80
forUrlMethod · 0.80
forSha256Method · 0.80
forFileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected