MCPcopy Create free account
hub / github.com/pyfa-org/Pyfa / _getTimeCacheData

Method _getTimeCacheData

graphs/data/fitRemoteReps/getter.py:64–65  ·  view source on GitHub ↗
(self, src, ancReload)

Source from the content-addressed store, hash-verified

62 self.graph._timeCache.prepareRpsData(src=src, ancReload=ancReload, maxTime=maxTime)
63
64 def _getTimeCacheData(self, src, ancReload):
65 return self.graph._timeCache.getRpsData(src=src, ancReload=ancReload)
66
67 def _getTimeCacheDataPoint(self, src, ancReload, time):
68 return self.graph._timeCache.getRpsDataPoint(src=src, ancReload=ancReload, time=time)

Callers 1

getRangeMethod · 0.45

Calls 1

getRpsDataMethod · 0.80

Tested by

no test coverage detected