Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
54
const
removeConfig = (key) => {
55
const
config = getConfig()
56
config[key] = undefined
57
fs.writeFileSync(configPath, stringify(config))
58
}
59
60
const
transformToMarkdownTable = (dataArr) => {
61
let
result =
Callers
2
logOut
Function · 0.85
getCookie
Function · 0.85
Calls
2
getConfig
Function · 0.85
stringify
Function · 0.85
Tested by
no test coverage detected