Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/codecombat/codecombat
/ isInLibraryNetwork
Function
isInLibraryNetwork
app/lib/user-utils.js:42–44 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
40
}
41
42
function
isInLibraryNetwork () {
43
return
!!localStorage.load(libraryNetworkLSKey())
44
}
45
46
function
libraryNetworkLSKey () {
47
return
`lib-network-${me.get(
'_id'
)}`
Callers
nothing calls this directly
Calls
2
libraryNetworkLSKey
Function · 0.85
load
Method · 0.45
Tested by
no test coverage detected