MCPcopy
hub / github.com/PeerDB-io/peerdb / Scan

Method Scan

flow/shared/postgres.go:146–151  ·  view source on GitHub ↗
(dest ...any)

Source from the content-addressed store, hash-verified

144}
145
146func (row CatalogRow) Scan(dest ...any) error {
147 if err := row.Row.Scan(dest...); err != nil {
148 return exceptions.NewCatalogError(err)
149 }
150 return nil
151}
152
153func (rows CatalogRows) Close() {
154 rows.Rows.Close()

Callers 15

GetTagsFunction · 0.45
getFlowsForMetricsMethod · 0.45
RecordSlotSizesMethod · 0.45
GetAllMirrorsMethod · 0.45
PauseMirrorIfRunningMethod · 0.45
GetBackedUpFlowsMethod · 0.45
GetWorkflowStatusFunction · 0.45

Calls

no outgoing calls

Tested by 15

checkEnumsMethod · 0.36
checkSyncedAtMethod · 0.36
RunInt64QueryMethod · 0.36
TestTransformMethod · 0.36
loadConfigFromCatalogMethod · 0.36
waitForFlowDroppedMethod · 0.36
TestResyncFailedMethod · 0.36