(def: ContextDef[])
| 4 | //named serializers for converting values to string |
| 5 | |
| 6 | export const serializeDefString = (def: ContextDef[]) => JSON.stringify(def); |
| 7 | |
| 8 | export const serializeOptionValue = ( |
| 9 | newOptions: SelectOption[], |
nothing calls this directly
no outgoing calls
no test coverage detected