MCPcopy Create free account
hub / github.com/beefytech/Beef / Add

Method Add

IDEHelper/Linker/BlCodeView.cpp:132–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130}
131
132void BlCvTypeWorkThread::Add(BlCvTypeSource* typeSource)
133{
134 AutoCrit autoCrit(mCritSect);
135 mTypeSourceWorkQueue.push_back(typeSource);
136 mWorkEvent.Set();
137}
138
139//////////////////////////////////////////////////////////////////////////
140

Callers 3

WriteMethod · 0.45
WriteTypeDataMethod · 0.45
CreatePublicStreamMethod · 0.45

Calls 2

push_backMethod · 0.45
SetMethod · 0.45

Tested by

no test coverage detected