| 191 | } |
| 192 | |
| 193 | void WriteArray(const json::Array& value) { WriteSequence(value); } |
| 194 | |
| 195 | void WriteList(const ffi::List<Any>& value) { |
| 196 | const void* ptr = static_cast<const void*>(value.get()); |
nothing calls this directly
no outgoing calls
no test coverage detected