From 223552324f8e403acf15e776ee6ae2bbca6e6326 Mon Sep 17 00:00:00 2001 From: Craig Everett Date: Tue, 5 May 2026 00:27:59 +0900 Subject: [PATCH] WIP: Breaking reminder to add value amounts to total call cost --- src/gd_v_call.erl | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gd_v_call.erl b/src/gd_v_call.erl index f89db0c..1f8b4e0 100644 --- a/src/gd_v_call.erl +++ b/src/gd_v_call.erl @@ -42,6 +42,7 @@ out = #w{} :: #w{}, copy = #w{} :: #w{}}). +show_the_amount_value() -> -type fun_name() :: string(). -type fun_type() :: call | dryr | init.