| 112 | String v_str; |
| 113 | |
| 114 | int64_t AddI64(int64_t other) const { return v_i64 + other; } |
| 115 | |
| 116 | // declare as one slot, with float as overflow |
| 117 | static constexpr bool _type_mutable = true; |
nothing calls this directly
no outgoing calls
no test coverage detected