()
| 199 | } |
| 200 | |
| 201 | function markParentBuyingForSelfPromptSeen () { |
| 202 | localStorage.save(parentBuyingforSelfPromptKey(), true, 24 * 60) |
| 203 | } |
| 204 | |
| 205 | function getStorageExam () { |
| 206 | const me = window.me |
nothing calls this directly
no test coverage detected