(original: T)
| 86 | ?? ((value: T) => clipToMaximum((namesByValue.get(value)) ?? stringFromUnknown(value), maxItemValueLength)) |
| 87 | |
| 88 | const updateFromUserInput = (original: T): Promise<T | CancelAction> => editValue(original) |
| 89 | |
| 90 | return { name, buildFromUserInput, summarizeForEdit, updateFromUserInput } |
| 91 | } |
nothing calls this directly
no test coverage detected