MCPcopy Create free account
hub / github.com/MaaXYZ/MaaFramework / make_line

Method make_line

source/MaaRecordControlUnit/RecordController.cpp:257–260  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

255}
256
257RecordLine 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
262MAA_CTRL_UNIT_NS_END

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected