Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
UpdateStartLoading
Method · 0.80
OnInit
Method · 0.80
FileScan
Method · 0.80
Update
Method · 0.80
Save
Method · 0.80
ScreenshotDirect
Method · 0.80
SaveReplay
Method · 0.80
Refresh
Method · 0.80
SendRegister
Method · 0.80
InitDnsbl
Method · 0.80
Calls
1
Add
Method · 0.45
Tested by
no test coverage detected