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

Method test

apps/sim/lib/data-drains/types.ts:99–99  ·  view source on GitHub ↗

Optional reachability probe used by the "Test connection" UI button.

(input: { config: TConfig; credentials: TCredentials; signal: AbortSignal })

Source from the content-addressed store, hash-verified

97 readonly credentialsSchema: z.ZodType<TCredentials>
98 /** Optional reachability probe used by the "Test connection" UI button. */
99 test?(input: { config: TConfig; credentials: TCredentials; signal: AbortSignal }): Promise<void>
100 /**
101 * Opens a delivery session for one drain run. Lets destinations amortize
102 * expensive resources (S3Client, keep-alive connections) across all chunks

Callers 15

isValidUuidFunction · 0.80
toDropboxDirectVideoUrlFunction · 0.80
getEmbedInfoFunction · 0.80
isVersionedTypeFunction · 0.80
log.test.tsFile · 0.80
updateRateLimitInfoMethod · 0.80
perceivedBrightnessFunction · 0.80
suppressConsoleWarningsFunction · 0.80
parseDateValueFunction · 0.80
isValidEmailSyntaxFunction · 0.80
ToastProviderFunction · 0.80
db.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected