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

Function getProblemSolved

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

Source from the content-addressed store, hash-verified

10export const getIncludePremium = async () =>
11 Boolean(await storage.get("includePremium")) ?? false
12export const getProblemSolved = async () =>
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 () =>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected