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

Function getProblemSet

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

Source from the content-addressed store, hash-verified

4
5export const getProblemUrl = async () => await storage.get("problemURL")
6export const getProblemSet = async () =>
7 (await storage.get("problemSets")) ?? "all"
8export const getDifficulty = async () =>
9 (await storage.get("difficulty")) ?? "all"
10export const getIncludePremium = async () =>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected