| 304 | } |
| 305 | |
| 306 | Retained<Doc> Doc::fromJSON(slice json, SharedKeys *sk) { |
| 307 | return new Doc(JSONConverter::convertJSON(json, sk), kTrusted, sk); |
| 308 | } |
| 309 | |
| 310 | |
| 311 | /*static*/ RetainedConst<Doc> Doc::containing(const Value *src) noexcept { |
nothing calls this directly
no outgoing calls
no test coverage detected