MCPcopy Create free account
hub / github.com/Kitware/CMake / Push

Method Push

Source/cmLinkedTree.h:136–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134 }
135
136 iterator Push(iterator it) { return this->Push_impl(it, T()); }
137
138 iterator Push(iterator it, T t) { return this->Push_impl(it, std::move(t)); }
139

Callers 15

ReplayMethod · 0.80
ReplayMethod · 0.80
CallRAIIMethod · 0.80
IncludeScopeMethod · 0.80
ListFileScopeMethod · 0.80
DeferScopeMethod · 0.80
ConfigureMethod · 0.80
FindPackageStackRAIIMethod · 0.80
~FindPackageStackRAIIMethod · 0.80
PushPolicyMethod · 0.80
ResetMethod · 0.80
CreateBaseSnapshotMethod · 0.80

Calls 2

Push_implMethod · 0.95
moveFunction · 0.85

Tested by 1

SetTestsPropertiesMethod · 0.64