| 32 | } |
| 33 | |
| 34 | int64_t MappedGraphCapacityAdapter::fixed_capacity() const { |
| 35 | return fixed_capacity_; |
| 36 | } |
| 37 | |
| 38 | int64_t MappedGraphCapacityAdapter::canonical_capacity_for_request(int64_t request_size) const { |
| 39 | return canonical_capacity_fn_(request_size); |
no outgoing calls
no test coverage detected