Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MuYunyun/create-react-doc
/ logOut
Function
logOut
packages/leetcode-cli/src/logout.js:3–5 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1
const
{ removeConfig } = require(
'./utils'
)
2
3
const
logOut = () => {
4
removeConfig(
'cookies'
)
5
}
6
7
module.exports = logOut
Callers
nothing calls this directly
Calls
1
removeConfig
Function · 0.85
Tested by
no test coverage detected