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

Function isGoogleWorkspaceFile

apps/sim/connectors/google-drive/google-drive.ts:40–42  ·  view source on GitHub ↗
(mimeType: string)

Source from the content-addressed store, hash-verified

38const MAX_EXPORT_SIZE = 10 * 1024 * 1024
39
40function isGoogleWorkspaceFile(mimeType: string): boolean {
41 return mimeType in GOOGLE_WORKSPACE_MIME_TYPES
42}
43
44function isSupportedTextFile(mimeType: string): boolean {
45 return SUPPORTED_TEXT_MIME_TYPES.some((t) => mimeType.startsWith(t))

Callers 2

fetchFileContentFunction · 0.85
google-drive.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected