| 15 | * Request metadata for tracking |
| 16 | */ |
| 17 | export interface RequestMetadata { |
| 18 | sourceId: string; |
| 19 | toolName: string; |
| 20 | sql: string; |
| 21 | } |
| 22 | |
| 23 | /** |
| 24 | * Normalize source ID to handle optional parameter |
nothing calls this directly
no outgoing calls
no test coverage detected