Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/CMake
/ Root
Method
Root
Source/cmLinkedTree.h:131–134 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
129
};
130
131
iterator Root() const
132
{
133
return iterator(const_cast<cmLinkedTree*>(this), 0);
134
}
135
136
iterator Push(iterator it) { return this->Push_impl(it, T()); }
137
Callers
7
IsValid
Method · 0.80
GetBuildsystemDirectoryParent
Method · 0.80
GetCallStackParent
Method · 0.80
GetCallStackBottom
Method · 0.80
GetPolicy
Method · 0.80
Reset
Method · 0.80
CreateBaseSnapshot
Method · 0.80
Calls
1
iterator
Class · 0.70
Tested by
no test coverage detected