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

Function getUploadState

utils/upload.ts:122–124  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

120}
121
122export function getUploadState(): UploadProgressState {
123 return uploadState;
124}
125
126export function cancelCurrentUpload() {
127 if (!isUploading) {

Callers 1

ProgressBarInnerFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected