MCPcopy
hub / github.com/simstudioai/sim / warn

Method warn

apps/sim/lib/api/server/tool-validation.ts:8–8  ·  view source on GitHub ↗
(message: string, metadata?: Record<string, unknown>)

Source from the content-addressed store, hash-verified

6
7interface ToolValidationLogger {
8 warn(message: string, metadata?: Record<string, unknown>): void
9}
10
11export interface ParseToolRequestOptions {

Callers 15

index.test.tsFile · 0.65
sendWithRetryFunction · 0.65
insertAuditLogFunction · 0.65
persistMigratedBlocksFunction · 0.65
registerSSOProviderFunction · 0.65
resolveKeyFunction · 0.65
deregisterSSOProviderFunction · 0.65
runBackfillFunction · 0.65
connectWithRetryFunction · 0.65

Implementers 1

Loggerpackages/logger/src/index.ts

Calls

no outgoing calls

Tested by

no test coverage detected