Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/loopbackio/loopback-next
/ init
Function
init
packages/core/src/__tests__/unit/server.unit.ts:46–46 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
44
const
server: Server = {
45
listening: false,
46
async
init() {},
47
};
48
49
expect(server.listening).to.be.false();
Callers
nothing calls this directly
Calls
1
resolve
Method · 0.80
Tested by
no test coverage detected