Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
168
export
const
useNode = ({ id }: { id?: string }) =>
169
api.nodes.get.useQuery({ id: id as string }, { enabled: !!id });
170
171
export
const
useNodeEntries = ({
172
nodeId,
Callers
1
NodeEntriesTable
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected