MCPcopy Create free account
hub / github.com/idosal/git-mcp / AiGatewayLogNotFound

Interface AiGatewayLogNotFound

worker-configuration.d.ts:3825–3826  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3823interface AiGatewayInternalError extends Error {
3824}
3825interface AiGatewayLogNotFound extends Error {
3826}
3827declare abstract class AiGateway {
3828 patchLog(logId: string, data: AiGatewayPatchLog): Promise<void>;
3829 getLog(logId: string): Promise<AiGatewayLog>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected