MCPcopy Index your code
hub / github.com/chainloop-dev/chainloop / Query

Method Query

app/controlplane/pkg/data/ent/tx.go:263–265  ·  view source on GitHub ↗

Query calls tx.Query.

(ctx context.Context, query string, args, v any)

Source from the content-addressed store, hash-verified

261
262// Query calls tx.Query.
263func (tx *txDriver) Query(ctx context.Context, query string, args, v any) error {
264 return tx.tx.Query(ctx, query, args, v)
265}
266
267var _ dialect.Driver = (*txDriver)(nil)

Callers 15

LoadMethod · 0.45
LoadMethod · 0.45
queryRegoFunction · 0.45
TestHelloBuiltinFunction · 0.45
TestVulnerabilityBuiltinFunction · 0.45
AuthFromQueryParamFunction · 0.45
newRequestURLMethod · 0.45
TestSaveAttestationMethod · 0.45
CreateMethod · 0.45
FindByIDMethod · 0.45
InitializedMethod · 0.45

Calls

no outgoing calls

Tested by 4

TestHelloBuiltinFunction · 0.36
TestVulnerabilityBuiltinFunction · 0.36
TestSaveAttestationMethod · 0.36