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

Function isCreatedViaLibrary

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

Source from the content-addressed store, hash-verified

76}
77
78function isCreatedViaLibrary () {
79 return localStorage.load(isCreatedViaLibraryKey())
80}
81
82function removeLibraryKeys () {
83 localStorage.remove(hideEmailLibraryKey())

Callers

nothing calls this directly

Calls 2

isCreatedViaLibraryKeyFunction · 0.85
loadMethod · 0.45

Tested by

no test coverage detected