Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/OpenPipe/OpenPipe
/ nodeEntries.router.ts
File
nodeEntries.router.ts
app/src/server/api/routers/nodeEntries.router.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ TRPCError } from
"@trpc/server"
;
2
import
{ sql } from
"kysely"
;
3
import
{ jsonArrayFrom, jsonObjectFrom } from
"kysely/helpers/postgres"
;
4
import
{ pick } from
"lodash-es"
;
Callers
nothing calls this directly
Calls
15
requireCanViewProject
Function · 0.90
constructNodeEntryFiltersQuery
Function · 0.90
creationTimeFromPersistentId
Function · 0.90
typedNodeEntry
Function · 0.90
error
Function · 0.90
typedNode
Function · 0.90
prepareIntegratedDatasetCreation
Function · 0.90
prepareIntegratedArchiveCreation
Function · 0.90
requireCanModifyProject
Function · 0.90
constructLoggedCallFiltersQuery
Function · 0.90
typedLoggedCall
Function · 0.90
validateRowToImport
Function · 0.90
Tested by
no test coverage detected