Skip to content

Commit 9c9c2b0

Browse files
committed
refactor: rename method to function
1 parent 46ab97e commit 9c9c2b0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/main/kotlin/spp/protocol/insight/InsightType.kt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
package spp.protocol.insight
1818

1919
enum class InsightType {
20-
METHOD_DURATION,
21-
METHOD_DURATION_PREDICTION,
22-
METHOD_CALL_COUNT,
23-
METHOD_CALL_PROBABILITY,
20+
FUNCTION_DURATION,
21+
FUNCTION_DURATION_PREDICTION,
22+
FUNCTION_CALL_COUNT,
23+
FUNCTION_CALL_PROBABILITY,
2424
LOOP_DURATION_AVG,
2525
PATH_DURATION,
2626
PATH_EXECUTION_PROBABILITY,

0 commit comments

Comments
 (0)