MCPcopy Create free account
hub / github.com/SpacehuhnTech/espwebtool / openOutput

Function openOutput

src/components/Output.js:47–50  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

45 }
46
47 const openOutput = (value) => {
48 setVisible(value)
49 setCookie('output', value)
50 }
51
52 const [visible, setVisible] = React.useState(loadOpen())
53

Callers

nothing calls this directly

Calls 1

setCookieFunction · 0.90

Tested by

no test coverage detected