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

Function isSupportedTextFile

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

Source from the content-addressed store, hash-verified

42}
43
44function isSupportedTextFile(mimeType: string): boolean {
45 return SUPPORTED_TEXT_MIME_TYPES.some((t) => mimeType.startsWith(t))
46}
47
48async function exportGoogleWorkspaceFile(
49 accessToken: string,

Callers 2

fetchFileContentFunction · 0.70
google-drive.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected