MCPcopy Index your code
hub / github.com/simstudioai/sim / utils.test.ts

File utils.test.ts

apps/sim/app/api/files/utils.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { describe, expect, it } from 'vitest'
2import { createFileResponse, extractFilename, findLocalFile } from '@/app/api/files/utils'
3
4describe('extractFilename', () => {

Callers

nothing calls this directly

Calls 4

extractFilenameFunction · 0.90
createFileResponseFunction · 0.90
findLocalFileFunction · 0.90
getMethod · 0.65

Tested by

no test coverage detected