()
| 81 | } |
| 82 | |
| 83 | const buildFromUserInput = (): Promise<T | CancelAction> => editValue(options?.default) |
| 84 | |
| 85 | const summarizeForEdit = options?.summarizeForEdit |
| 86 | ?? ((value: T) => clipToMaximum((namesByValue.get(value)) ?? stringFromUnknown(value), maxItemValueLength)) |
nothing calls this directly
no test coverage detected