MCPcopy Create free account
hub / github.com/ScattrdBlade/bigFileUpload / buildArguments

Function buildArguments

utils/upload.ts:308–314  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

306 }
307
308 const buildArguments = () => {
309 const args: Record<string, string> = {};
310 for (const [key, value] of Object.entries(config.Arguments || {})) {
311 args[key] = resolveShareXRequestValue(value as string | number | boolean, filename);
312 }
313 return args;
314 };
315
316 let body: BodyInit;
317

Callers 1

uploadToShareXFunction · 0.85

Calls 1

Tested by

no test coverage detected