MCPcopy
hub / github.com/grafana/tempo / Set

Method Set

modules/overrides/userconfigurable/api/api_test.go:603–605  ·  view source on GitHub ↗
(ctx context.Context, userID string, limits *client.Limits, version backend.Version)

Source from the content-addressed store, hash-verified

601}
602
603func (t *testClient) Set(ctx context.Context, userID string, limits *client.Limits, version backend.Version) (backend.Version, error) {
604 return t.set(ctx, userID, limits, version)
605}
606
607func (t *testClient) Delete(_ context.Context, _ string, _ backend.Version) error {
608 panic("implement me")

Callers

nothing calls this directly

Calls 1

setMethod · 0.80

Tested by

no test coverage detected