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

Function markSkipped

apps/sim/connectors/utils.ts:159–161  ·  view source on GitHub ↗
(stub: ExternalDocument, reason: string)

Source from the content-addressed store, hash-verified

157 * (including fileSize) are preserved.
158 */
159export function markSkipped(stub: ExternalDocument, reason: string): ExternalDocument {
160 return { ...stub, content: '', contentDeferred: false, skippedReason: reason }
161}
162
163/** Human-readable size-limit skip reason, e.g. "File exceeds the 10MB size limit". */
164export function sizeLimitSkipReason(maxBytes: number): string {

Callers 11

utils.test.tsFile · 0.90
getFileDocumentFunction · 0.90
sharepoint.tsFile · 0.90
dropbox.tsFile · 0.90
s3.tsFile · 0.90
github.tsFile · 0.90
onedrive.tsFile · 0.90
skippedForSizeFunction · 0.90
google-drive.tsFile · 0.90
zoom.tsFile · 0.90
stubOrSkipBySizeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected