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

Method Set

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

Source from the content-addressed store, hash-verified

5type NopBackend struct{}
6
7func (*NopBackend) Set(ctx context.Context, table, clientID, value string) error {
8 return nil
9}
10
11func (*NopBackend) Get(ctx context.Context, table, clientID string) (string, error) {
12 return "", nil

Callers 15

doEmbeddingsRequestMethod · 0.45
ReadMethod · 0.45
NextMethod · 0.45
JSONSchemaExtendMethod · 0.45
getAuthInfoMethod · 0.45
JSONSchemaExtendMethod · 0.45
JSONSchemaExtendMethod · 0.45
tableTransformerFunction · 0.45
JSONSchemaExtendMethod · 0.45
JSONSchemaExtendMethod · 0.45
JSONSchemaExtendMethod · 0.45
makeMapSliceFunction · 0.45

Calls

no outgoing calls

Tested by 2

TestComicsTableFunction · 0.36