| 74 | } |
| 75 | |
| 76 | MetadataResult SetThousandSep(ShellState &state, const vector<string> &args) { |
| 77 | return SetSeparator(state, args, "thousand", state.thousand_separator); |
| 78 | } |
| 79 | |
| 80 | MetadataResult SetLargeNumberRendering(ShellState &state, const vector<string> &args) { |
| 81 | if (StringUtil::Equals(args[1], "all")) { |
nothing calls this directly
no test coverage detected