MCPcopy Create free account
hub / github.com/carbonengine/trinity / GetParentVariableStore

Method GetParentVariableStore

trinity/Tr2VariableStore.cpp:38–41  ·  view source on GitHub ↗

------------------------------------------------------------- Description: Returns the parent variable store used during variable search. GlobalStore() is the default parent of new variable store objects. Return Value: Parent variable store. -------------------------------------------------------------

Source from the content-addressed store, hash-verified

36// Parent variable store.
37// -------------------------------------------------------------
38Tr2VariableStore* Tr2VariableStore::GetParentVariableStore() const
39{
40 return m_parentVariableStore;
41}
42
43// -------------------------------------------------------------
44// Description:

Callers 4

UnregisterVariableMethod · 0.80
FindVariableMethod · 0.80
GetVariableMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected