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