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

Function updateProblemState

background.ts:214–219  ·  view source on GitHub ↗
(problem: {
  name: string
  url: string
})

Source from the content-addressed store, hash-verified

212}
213
214export const updateProblemState = async (problem: {
215 name: string
216 url: string
217}) => {
218 await storage.updateProblem(problem, state.leetcodeProblemSolved)
219}
220
221export const updateStorage = async () => {
222 try {

Callers 2

solveAnotherFunction · 0.90
updateStorageFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected