MCPcopy Create free account
hub / github.com/SpartanJ/eepp / getTextCache

Method getTextCache

src/eepp/ui/uitooltip.cpp:315–317  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

313}
314
315const Text* UITooltip::getTextCache() const {
316 return mTextCache;
317}
318
319Text* UITooltip::getTextCache() {
320 return mTextCache;

Callers 4

drawMethod · 0.45
displayTooltipMethod · 0.45
updateStatusBarSyncMethod · 0.45
displayTooltipMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected