| 75 | //////// Writing dictionaries: |
| 76 | |
| 77 | void beginDictionary() {comma(); _out << '{'; _first = true;} |
| 78 | void endDictionary() {_out << '}'; _first = false;} |
| 79 | |
| 80 | void writeKey(slice s); |
nothing calls this directly
no outgoing calls
no test coverage detected