MCPcopy 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

registerScheduleJobMethod · 0.45
listScheduleJobMethod · 0.45
deleteTaskMethod · 0.45
checkTaskMethod · 0.45
updateTaskConfigMethod · 0.45
scanDirMethod · 0.45
getBuilderProgressMethod · 0.45
getVersionFunction · 0.45
getMissionMethod · 0.45
deleteMissionMethod · 0.45
getInstanceMethod · 0.45
emitCountEventMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected