You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: plugins/amazonq/codewhisperer/jetbrains-community/src/software/aws/toolkits/jetbrains/services/codewhisperer/telemetry/CodeWhispererCodeCoverageTracker.kt
+4-16Lines changed: 4 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,7 @@ abstract class CodeWhispererCodeCoverageTracker(
62
62
}.fold(0) { acc, next ->
63
63
acc + next
64
64
}
65
-
val rawAcceptedTokenSize:Long
65
+
privateval rawAcceptedTokenSize:Long
66
66
get() = fileToTokens.map {
67
67
it.value.rawAcceptedTokens.get()
68
68
}.fold(0) { acc, next ->
@@ -175,29 +175,17 @@ abstract class CodeWhispererCodeCoverageTracker(
0 commit comments