MCPcopy
hub / github.com/mongodb/node-mongodb-native / is

Method is

src/timeout.ts:20–24  ·  view source on GitHub ↗
(error: unknown)

Source from the content-addressed store, hash-verified

18 }
19
20 static is(error: unknown): error is TimeoutError {
21 return (
22 error != null && typeof error === 'object' && 'name' in error && error.name === 'TimeoutError'
23 );
24 }
25}
26
27type Executor = ConstructorParameters<typeof Promise<never>>[0];

Callers 15

hFunction · 0.45
jquery.jsFile · 0.45
afterEachLoggingMethod · 0.45
resultCheckFunction · 0.45
createEntitiesMethod · 0.45
throwIfWriteConcernErrorFunction · 0.45
jquery.jsFile · 0.45
initializeJSFunction · 0.45
navbar.jsFile · 0.45
highlightFunction · 0.45
bootstrap.jsFile · 0.45
ScrollSpyFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected