Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
58
function shouldNavigateNext(event: EditorEvent) {
59
return event.cursor.line === event.state.lineCount;
60
}
61
62
const Shell = () => {
63
const [shellState, setShellState] = useAtom(shellStateAtom);
Callers
1
Shell
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected