MCPcopy Create free account
hub / github.com/The-CodingSloth/haha-funny-leetcode-extension / stopLoading

Function stopLoading

storage.ts:15–15  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13 Boolean(await storage.get("leetCodeProblemSolved")) ?? false
14export const initiateLoading = async () => await storage.set("loading", true)
15export const stopLoading = async () => await storage.set("loading", false)
16export const getHyperTortureMode = async () =>
17 !!(await storage.get("hyperTortureMode"))
18export const getEnableRedirectOnEveryProblem = async () =>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected