MCPcopy Create free account
hub / github.com/triggerdotdev/jsonhero-web / goToParentAction

Function goToParentAction

app/useColumnView/index.ts:299–306  ·  view source on GitHub ↗
(
  options?: ColumnViewAPIOptions
)

Source from the content-addressed store, hash-verified

297}
298
299function goToParentAction(
300 options?: ColumnViewAPIOptions
301): MoveSelectedNodeAction {
302 return {
303 type: "MOVE_TO_PARENT",
304 source: options?.source,
305 };
306}
307
308function goToChildrenAction(): MoveSelectedNodeAction {
309 return {

Callers 1

useColumnViewFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected