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

Class

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

Source from the content-addressed store, hash-verified

159
160 it('binds servers from component', () => {
161 class MyServer implements Server {
162 listening = false;
163 async start() {
164 this.listening = true;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected