MCPcopy Create free account
hub / github.com/MuYunyun/create-react-doc / removeConfig

Function removeConfig

packages/leetcode-cli/src/utils.js:54–58  ·  view source on GitHub ↗
(key)

Source from the content-addressed store, hash-verified

52}
53
54const removeConfig = (key) => {
55 const config = getConfig()
56 config[key] = undefined
57 fs.writeFileSync(configPath, stringify(config))
58}
59
60const transformToMarkdownTable = (dataArr) => {
61 let result =

Callers 2

logOutFunction · 0.85
getCookieFunction · 0.85

Calls 2

getConfigFunction · 0.85
stringifyFunction · 0.85

Tested by

no test coverage detected