Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/loopbackio/loopback-next
/ start
Function
start
packages/core/src/__tests__/unit/lifecycle.unit.ts:22–22 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
20
it(
'returns true for object with start method'
, () => {
21
const
obj = {
22
start() {},
23
};
24
expect(isLifeCycleObserver(obj)).to.be.true();
25
});
Callers
nothing calls this directly
Calls
1
resolve
Method · 0.80
Tested by
no test coverage detected