(context)
| 847 | } |
| 848 | |
| 849 | function generateFuncName (context) { |
| 850 | return 'anonymous' + context.functionsCounter++ |
| 851 | } |
| 852 | |
| 853 | function buildMultiTypeSerializer (context, location, input) { |
| 854 | const schema = location.schema |
no outgoing calls
no test coverage detected
searching dependent graphs…