MCPcopy Create free account
hub / github.com/apache/tvm-ffi / WriteArray

Method WriteArray

src/ffi/extra/json_writer.cc:193–193  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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());

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected