Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1
import
{ describe, expect, it } from
'vitest'
2
import
{ createFileResponse, extractFilename, findLocalFile } from
'@/app/api/files/utils'
3
4
describe(
'extractFilename'
, () => {
Callers
nothing calls this directly
Calls
4
extractFilename
Function · 0.90
createFileResponse
Function · 0.90
findLocalFile
Function · 0.90
get
Method · 0.65
Tested by
no test coverage detected