MCPcopy Create free account
hub / github.com/SyntaxUI/syntaxui / shouldPanelOpen

Function shouldPanelOpen

src/components/Search.tsx:73–75  ·  view source on GitHub ↗
({ state })

Source from the content-addressed store, hash-verified

71 setAutocompleteState(state)
72 },
73 shouldPanelOpen({ state }) {
74 return state.query !== ''
75 },
76 navigator: {
77 navigate,
78 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected