(serializerCompiler)
| 733 | } |
| 734 | |
| 735 | function setSerializerCompiler (serializerCompiler) { |
| 736 | throwIfAlreadyStarted('Cannot call "setSerializerCompiler"!') |
| 737 | this[kSchemaController].setSerializerCompiler(serializerCompiler) |
| 738 | return this |
| 739 | } |
| 740 | |
| 741 | function setSchemaController (schemaControllerOpts) { |
| 742 | throwIfAlreadyStarted('Cannot call "setSchemaController"!') |
nothing calls this directly
no test coverage detected