MCPcopy Create free account
hub / github.com/codecombat/codecombat / markParentBuyingForSelfPromptSeen

Function markParentBuyingForSelfPromptSeen

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

Source from the content-addressed store, hash-verified

199}
200
201function markParentBuyingForSelfPromptSeen () {
202 localStorage.save(parentBuyingforSelfPromptKey(), true, 24 * 60)
203}
204
205function getStorageExam () {
206 const me = window.me

Callers

nothing calls this directly

Calls 2

saveMethod · 0.45

Tested by

no test coverage detected