MCPcopy Create free account
hub / github.com/cloudquery/cloudquery / Get

Method Get

plugins/source/hackernews/client/backend.go:11–13  ·  view source on GitHub ↗
(ctx context.Context, table, clientID string)

Source from the content-addressed store, hash-verified

9}
10
11func (*NopBackend) Get(ctx context.Context, table, clientID string) (string, error) {
12 return "", nil
13}
14
15func (*NopBackend) Close(ctx context.Context) error {
16 return nil

Callers 15

MigrateTableBatchMethod · 0.45
NextMethod · 0.45
MigrateTablesMethod · 0.45
checkForcedFunction · 0.45
schemaTablesMethod · 0.45
autoMigrateTableMethod · 0.45
MigrateTablesMethod · 0.45

Calls

no outgoing calls