Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/triggerdotdev/jsonhero-web
/ goForwardAction
Function
goForwardAction
app/useColumnView/index.ts:275–280 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
273
}
274
275
function
goForwardAction(): GoAction {
276
return
{
277
type
:
"GO"
,
278
direction: 1,
279
};
280
}
281
282
function
resetSelectionAction(): ResetSelectionNodeAction {
283
return
{
Callers
1
useColumnView
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected