MCPcopy Create free account
hub / github.com/OpenApoc/OpenApoc / operator->

Method operator->

game/state/stateobject.h:105–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103 return *obj;
104 }
105 T *operator->()
106 {
107 if (!obj)
108 resolve();
109 return obj.get();
110 }
111 const T *operator->() const
112 {
113 if (!obj)

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected