MCPcopy 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
42function isInLibraryNetwork () {
43 return !!localStorage.load(libraryNetworkLSKey())
44}
45
46function libraryNetworkLSKey () {
47 return `lib-network-${me.get('_id')}`

Callers

nothing calls this directly

Calls 2

libraryNetworkLSKeyFunction · 0.85
loadMethod · 0.45

Tested by

no test coverage detected