| 67 | var JSONCodec = jsonCodec{} |
| 68 | |
| 69 | type jsonCodec struct{} |
| 70 | |
| 71 | // todo we need to use the default codec for the rest of the code |
| 72 | // currently crashing because the in-memory kvstore use a singleton. |
nothing calls this directly
no outgoing calls
no test coverage detected