()
| 4 | |
| 5 | export const getProblemUrl = async () => await storage.get("problemURL") |
| 6 | export const getProblemSet = async () => |
| 7 | (await storage.get("problemSets")) ?? "all" |
| 8 | export const getDifficulty = async () => |
| 9 | (await storage.get("difficulty")) ?? "all" |
| 10 | export const getIncludePremium = async () => |
nothing calls this directly
no outgoing calls
no test coverage detected