MCPcopy Create free account
hub / github.com/F-Stack/f-stack / HeapValue

Method HeapValue

adapter/micro_thread/heap_timer.h:39–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37 virtual void timer_notify() { return;};
38
39 virtual unsigned long long HeapValue() {
40 return (unsigned long long)_time_expired;
41 };
42
43 CTimerNotify() : _time_expired(0) {};
44

Callers 2

HeapValueCmpMethod · 0.45
HeapForeachMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected