| 255 | } |
| 256 | |
| 257 | RecordLine RecordController::make_line(RecordType type, bool success, int64_t timestamp, int cost) |
| 258 | { |
| 259 | return RecordLine { .type = type, .timestamp = timestamp, .success = success, .cost = cost }; |
| 260 | } |
| 261 | |
| 262 | MAA_CTRL_UNIT_NS_END |
nothing calls this directly
no outgoing calls
no test coverage detected