MCPcopy
hub / github.com/hatchet-dev/hatchet / Err

Method Err

pkg/repository/sqlcv1/copyfrom.go:110–112  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

108}
109
110func (r iteratorForCreateDAGData) Err() error {
111 return nil
112}
113
114func (q *Queries) CreateDAGData(ctx context.Context, db DBTX, arg []CreateDAGDataParams) (int64, error) {
115 return db.CopyFrom(ctx, []string{"v1_dag_data"}, []string{"dag_id", "dag_inserted_at", "input", "additional_metadata"}, &iteratorForCreateDAGData{rows: arg})

Callers 15

convertMigrationFileFunction · 0.45
checkEvictionSupportMethod · 0.45
SubscribeToStreamMethod · 0.45
tickSafeMethod · 0.45
tickMethod · 0.45
EvictAllWaitingMethod · 0.45
pollUntilFunction · 0.45
ensureListeningMethod · 0.45
retrySubscribeMethod · 0.45
doRetrySubscribeMethod · 0.45
retrySendMethod · 0.45

Calls

no outgoing calls

Tested by 5

pollUntilFunction · 0.36
SendMethod · 0.36
RecvMethod · 0.36