MCPcopy Create free account
hub / github.com/discord/discord-rpc / WriteArray

Method WriteArray

src/serialization.cpp:57–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55 JsonWriter& writer;
56 template <typename T>
57 WriteArray(JsonWriter& w, T& name)
58 : writer(w)
59 {
60 WriteKey(writer, name);
61 writer.StartArray();
62 }
63 ~WriteArray() { writer.EndArray(); }
64};
65

Callers

nothing calls this directly

Calls 1

WriteKeyFunction · 0.85

Tested by

no test coverage detected