basic.zig::Config.total (9-11)
edges: no blank line above, 12 blank below, then private_helper (13)
next: sct callers total (its call sites) · sct history basic.zig::Config.total (the commits that changed it)
basic.zig (1-71)
- Config @4 [pub] # Configuration for the application
  - total (self: Config) i32 @9 [pub] # Calculate the total value
     9 |     pub fn total(self: Config) i32 {
     10 |         return self.value * 2;
     11 |     }
  - private_helper (self: Config) void @13
[exit 0]
