MCPcopy
hub / github.com/nestjs/nest / getAll

Method getAll

packages/websockets/sockets-container.ts:10–12  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8 >();
9
10 public getAll(): Map<string | RegExp, ServerAndEventStreamsHost> {
11 return this.serverAndEventStreamsHosts;
12 }
13
14 public getOneByConfig<T extends GatewayMetadata = any>(
15 options: T,

Callers 2

closeMethod · 0.45
container.spec.tsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected