Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/loopbackio/loopback-next
/
Class
packages/core/src/__tests__/unit/lifecycle.unit.ts:106–106 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
104
105
it(
'returns true for class instance with lifecycle methods'
, () => {
106
class
MyObserver implements LifeCycleObserver {
107
async
start() {}
108
async
stop() {}
109
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected