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

Function uploadParts

apps/sim/app/api/table/import-csv/route.test.ts:101–106  ·  view source on GitHub ↗
(csv: string)

Source from the content-addressed store, hash-verified

99}
100
101function uploadParts(csv: string): Part[] {
102 return [
103 { name: 'workspaceId', value: 'workspace-1' },
104 { name: 'file', filename: 'data.csv', value: csv },
105 ]
106}
107
108describe('POST /api/table/import-csv', () => {
109 beforeEach(() => {

Callers 1

route.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected