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

Function goToNodeIdAction

app/useColumnView/index.ts:288–297  ·  view source on GitHub ↗
(
  nodeId: string,
  source: string
)

Source from the content-addressed store, hash-verified

286}
287
288function goToNodeIdAction(
289 nodeId: string,
290 source: string
291): SetSelectedNodeIdAction {
292 return {
293 type: "SET_SELECTED_NODE_ID",
294 id: nodeId,
295 source,
296 };
297}
298
299function goToParentAction(
300 options?: ColumnViewAPIOptions

Callers 1

useColumnViewFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected