MCPcopy Create free account
hub / github.com/avast/retdec / getNode

Method getNode

src/pelib/ResourceDirectory.cpp:183–186  ·  view source on GitHub ↗

* Returns ResourceElement associated with this ResourceChild. It can be either ResourceNode or ResourceLeaf. * * @return Associated ResourceElement. */

Source from the content-addressed store, hash-verified

181 * @return Associated ResourceElement.
182 */
183 ResourceElement* ResourceChild::getNode()
184 {
185 return child;
186 }
187
188 /**
189 * Returns ResourceElement associated with this ResourceChild. It can be either ResourceNode or ResourceLeaf.

Callers 4

recalculateMethod · 0.80
loadResourceNodesMethod · 0.80
loadResourcesMethod · 0.80
getTimestampsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected