MCPcopy Create free account
hub / github.com/couchbase/fleece / json5_error

Method json5_error

Fleece/Support/JSON5.cc:246–249  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

244
245
246 json5_error::json5_error(const std::string &what, std::string::size_type inputPos_)
247 :std::runtime_error(what)
248 ,inputPos(inputPos_)
249 { }
250
251
252 void ConvertJSON5(istream &in, ostream &out) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected