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

Function parentBuyingforSelfPromptKey

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

Source from the content-addressed store, hash-verified

195}
196
197function parentBuyingforSelfPromptKey () {
198 return `parent-buying-for-self-prompt-${me.get('_id')}`
199}
200
201function markParentBuyingForSelfPromptSeen () {
202 localStorage.save(parentBuyingforSelfPromptKey(), true, 24 * 60)

Calls 1

getMethod · 0.45

Tested by

no test coverage detected