MCPcopy Index your code
hub / github.com/coder/coder / GetAIBridgeInterceptionByID

Method GetAIBridgeInterceptionByID

coderd/database/dbauthz/dbauthz.go:2536–2538  ·  view source on GitHub ↗
(ctx context.Context, id uuid.UUID)

Source from the content-addressed store, hash-verified

2534}
2535
2536func (q *querier) GetAIBridgeInterceptionByID(ctx context.Context, id uuid.UUID) (database.AIBridgeInterception, error) {
2537 return fetch(q.log, q.auth, q.db.GetAIBridgeInterceptionByID)(ctx, id)
2538}
2539
2540func (q *querier) GetAIBridgeInterceptionLineageByToolCallID(ctx context.Context, toolCallID string) (database.GetAIBridgeInterceptionLineageByToolCallIDRow, error) {
2541 if err := q.authorizeContext(ctx, policy.ActionRead, rbac.ResourceAibridgeInterception); err != nil {

Callers

nothing calls this directly

Calls 1

fetchFunction · 0.70

Tested by

no test coverage detected