MCPcopy Create free account
hub / github.com/ZDoom/Raze / WriteArray

Method WriteArray

libraries/discordrpc/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 2

WriteKeyFunction · 0.85
StartArrayMethod · 0.80

Tested by

no test coverage detected