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

Method WriteObject

libraries/discordrpc/src/serialization.cpp:39–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37struct WriteObject {
38 JsonWriter& writer;
39 WriteObject(JsonWriter& w)
40 : writer(w)
41 {
42 writer.StartObject();
43 }
44 template <typename T>
45 WriteObject(JsonWriter& w, T& name)
46 : writer(w)

Callers

nothing calls this directly

Calls 2

WriteKeyFunction · 0.85
StartObjectMethod · 0.80

Tested by

no test coverage detected