Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/loopbackio/loopback-next
/
Class
packages/core/src/__tests__/unit/component.unit.ts:185–185 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
183
184
it(
'binds multiple servers from component'
, () => {
185
class
ServerA implements Server {
186
listening = false;
187
async
start() {}
188
async
stop() {}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected