Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MCSManager/MCSManager
/ get
Method
get
daemon/src/service/upload_manager.ts:28–30 ·
view source on GitHub ↗
(key: string)
Source
from the content-addressed store, hash-verified
26
}
27
28
get(key: string): FileWriter | undefined {
29
return
this.uploads.get(key);
30
}
31
32
delete(key: string): boolean {
33
return
this.uploads.delete(key);
Callers
15
registerScheduleJob
Method · 0.45
listScheduleJob
Method · 0.45
deleteTask
Method · 0.45
checkTask
Method · 0.45
updateTaskConfig
Method · 0.45
scanDir
Method · 0.45
getBuilderProgress
Method · 0.45
getVersion
Function · 0.45
getMission
Method · 0.45
deleteMission
Method · 0.45
getInstance
Method · 0.45
emitCountEvent
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected