This commit is contained in:
2026-03-19 11:41:21 +09:00
parent eee4f1bab7
commit f830163940
3 changed files with 82 additions and 43 deletions
@@ -444,5 +444,10 @@ object TradingLogStore {
}
}
fun clear() {
synchronized(this) {
decisionLogs.clear()
}
}
}