Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anyrtcIO-Community/anyRTC-RTMP-OpenSource
/ IsChildTask
Method
IsChildTask
webrtc/base/taskparent.cc:50–53 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
48
49
#if !defined(NDEBUG)
50
bool TaskParent::IsChildTask(Task *task) {
51
ASSERT(task != NULL);
52
return task->parent_ == this && children_->find(task) != children_->end();
53
}
54
#endif
55
56
bool TaskParent::AllChildrenDone() {
Callers
2
Step
Method · 0.80
Abort
Method · 0.80
Calls
1
end
Method · 0.45
Tested by
no test coverage detected