MCPcopy Index your code
hub / github.com/simstudioai/sim / isSkippedDocument

Function isSkippedDocument

apps/sim/connectors/utils.ts:184–186  ·  view source on GitHub ↗
(doc: ExternalDocument)

Source from the content-addressed store, hash-verified

182
183/** True when a stub has been flagged as skipped (e.g. oversized) via `markSkipped`. */
184export function isSkippedDocument(doc: ExternalDocument): boolean {
185 return doc.skippedReason !== undefined
186}
187
188/**
189 * Applies a document cap (`maxFiles`/`maxObjects`/`maxRecordings`) to a page of

Callers 1

utils.test.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected