MCPcopy 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

1const { removeConfig } = require('./utils')
2
3const logOut = () => {
4 removeConfig('cookies')
5}
6
7module.exports = logOut

Callers

nothing calls this directly

Calls 1

removeConfigFunction · 0.85

Tested by

no test coverage detected