MCPcopy Create free account
hub / github.com/loopbackio/loopback-next /

Class

packages/core/src/__tests__/unit/component.unit.ts:190–190  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

188 async stop() {}
189 }
190 class ServerB implements Server {
191 listening = false;
192 async start() {}
193 async stop() {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected