MCPcopy Create free account
hub / github.com/MaterializeInc/materialize / shouldNavigateNext

Function shouldNavigateNext

console/src/platform/shell/Shell.tsx:58–60  ·  view source on GitHub ↗
(event: EditorEvent)

Source from the content-addressed store, hash-verified

56}
57
58function shouldNavigateNext(event: EditorEvent) {
59 return event.cursor.line === event.state.lineCount;
60}
61
62const Shell = () => {
63 const [shellState, setShellState] = useAtom(shellStateAtom);

Callers 1

ShellFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected