MCPcopy Index your code
hub / github.com/codecombat/codecombat / isCreatedViaLibraryKey

Function isCreatedViaLibraryKey

app/lib/user-utils.js:74–76  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

72}
73
74function isCreatedViaLibraryKey () {
75 return `is-created-via-library-${me.get('_id')}`
76}
77
78function isCreatedViaLibrary () {
79 return localStorage.load(isCreatedViaLibraryKey())

Callers 3

extraProvisionsFunction · 0.85
isCreatedViaLibraryFunction · 0.85
removeLibraryKeysFunction · 0.85

Calls 1

getMethod · 0.45

Tested by

no test coverage detected