Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
31
template <typename T>
32
void WriteKey(JsonWriter& w, T& k)
33
{
34
w.Key(k, sizeof(T) - 1);
35
}
36
37
struct WriteObject {
38
JsonWriter& writer;
Callers
12
WriteObject
Method · 0.85
WriteArray
Method · 0.85
JsonWriteNonce
Function · 0.85
JsonWriteRichPresenceObj
Function · 0.85
JsonWriteHandshakeObj
Function · 0.85
JsonWriteSubscribeCommand
Function · 0.85
JsonWriteUnsubscribeCommand
Function · 0.85
JsonWriteJoinReply
Function · 0.85
serializer_raze.cpp
File · 0.85
BeginObject
Method · 0.85
BeginArray
Method · 0.85
serializer.cpp
File · 0.85
Calls
1
Key
Method · 0.80
Tested by
no test coverage detected