MCPcopy
hub / github.com/cloudflare/vibesdk / info

Method info

worker/logger/core.ts:370–372  ·  view source on GitHub ↗
(message: string, ...args: unknown[])

Source from the content-addressed store, hash-verified

368 }
369
370 info(message: string, ...args: unknown[]): void {
371 this.log('info', message, this.processArgs(args));
372 }
373
374 warn(message: string, ...args: unknown[]): void {
375 this.log('warn', message, this.processArgs(args));

Callers 15

handleUserAppRequestFunction · 0.45
fetchFunction · 0.45
authenticateViaTicketFunction · 0.45
enforceAuthRequirementFunction · 0.45
createApiKeyMethod · 0.45
revokeApiKeyMethod · 0.45
registerMethod · 0.45
loginMethod · 0.45
logoutMethod · 0.45
handleOAuthCallbackMethod · 0.45

Calls 2

logMethod · 0.95
processArgsMethod · 0.95

Tested by

no test coverage detected