Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/triggerdotdev/jsonhero-web
/ goToNextSibling
Function
goToNextSibling
app/useColumnView/index.ts:320–324 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
318
}
319
320
function
goToNextSibling(): MoveSelectedNodeAction {
321
return
{
322
type
:
"MOVE_DOWN"
,
323
};
324
}
325
326
export
type
ColumnViewStateReducerHook = (
327
state: ColumnViewState,
Callers
1
useColumnView
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected