MCPcopy Create free account
hub / github.com/ddnet/ddnet / AddJob

Method AddJob

src/engine/shared/engine.cpp:100–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98 }
99
100 void AddJob(std::shared_ptr<IJob> pJob) override
101 {
102 m_JobPool.Add(std::move(pJob));
103 }
104
105 void ShutdownJobs() override
106 {

Callers 10

UpdateStartLoadingMethod · 0.80
OnInitMethod · 0.80
FileScanMethod · 0.80
UpdateMethod · 0.80
SaveMethod · 0.80
ScreenshotDirectMethod · 0.80
SaveReplayMethod · 0.80
RefreshMethod · 0.80
SendRegisterMethod · 0.80
InitDnsblMethod · 0.80

Calls 1

AddMethod · 0.45

Tested by

no test coverage detected