Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/triggerdotdev/jsonhero-web
/ goBackAction
Function
goBackAction
app/useColumnView/index.ts:268–273 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
266
| GoAction;
267
268
function
goBackAction(): GoAction {
269
return
{
270
type
:
"GO"
,
271
direction: -1,
272
};
273
}
274
275
function
goForwardAction(): GoAction {
276
return
{
Callers
1
useColumnView
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected