| 141 | size_t DynamicMemoryUsage() const { return nUsageSize; } |
| 142 | const LockPoints& GetLockPoints() const { return lockPoints; } |
| 143 | bool WasClearAtEntry() const { return hadNoDependencies; } |
| 144 | const CAmount& GetMinGasPrice() const { return nMinGasPrice; } |
| 145 | |
| 146 | // Adjusts the descendant state, if this entry is not dirty. |
no outgoing calls
no test coverage detected