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

Function WriteKey

libraries/discordrpc/src/serialization.cpp:32–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30// it's ever so slightly faster to not have to strlen the key
31template <typename T>
32void WriteKey(JsonWriter& w, T& k)
33{
34 w.Key(k, sizeof(T) - 1);
35}
36
37struct WriteObject {
38 JsonWriter& writer;

Callers 12

WriteObjectMethod · 0.85
WriteArrayMethod · 0.85
JsonWriteNonceFunction · 0.85
JsonWriteRichPresenceObjFunction · 0.85
JsonWriteHandshakeObjFunction · 0.85
JsonWriteJoinReplyFunction · 0.85
BeginObjectMethod · 0.85
BeginArrayMethod · 0.85
serializer.cppFile · 0.85

Calls 1

KeyMethod · 0.80

Tested by

no test coverage detected