MCPcopy Create free account
hub / github.com/OpenPipe/OpenPipe / useNode

Function useNode

app/src/utils/hooks.ts:168–169  ·  view source on GitHub ↗
({ id }: { id?: string })

Source from the content-addressed store, hash-verified

166};
167
168export const useNode = ({ id }: { id?: string }) =>
169 api.nodes.get.useQuery({ id: id as string }, { enabled: !!id });
170
171export const useNodeEntries = ({
172 nodeId,

Callers 1

NodeEntriesTableFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected