Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MCSManager/MCSManager
/ add
Method
add
daemon/src/service/upload_manager.ts:17–22 ·
view source on GitHub ↗
(file: FileWriter)
Source
from the content-addressed store, hash-verified
15
}
16
17
add(file: FileWriter): string {
18
const
key = v4();
19
file.id = key;
20
this.uploads.set(key, file);
21
return
key;
22
}
23
24
public getUploads() {
25
return
this.uploads.entries();
Callers
12
deepTraverseObject
Function · 0.80
setBackgroundImage
Function · 0.80
setLight
Function · 0.80
setDark
Function · 0.80
addCallback
Method · 0.80
getExistingUploadNames
Function · 0.80
countRemainingUploadConflicts
Function · 0.80
selectedFiles
Function · 0.80
addDragClass
Function · 0.80
getInfosByHashes
Method · 0.80
getModConfig
Method · 0.80
http_router.ts
File · 0.80
Calls
1
set
Method · 0.45
Tested by
no test coverage detected