Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codecombat/codecombat
/ isInitialized
Method
isInitialized
app/core/Tracker2/BaseTracker.js:68–70 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
66
}
67
68
get isInitialized () {
69
return
this.initialized
70
}
71
72
set isInitialized (initialized) {
73
this.initialized = initialized
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected