MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / addArrayLen

Method addArrayLen

src/replication.cpp:1105–1107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1103 }
1104
1105 void addArrayLen(int len) {
1106 addLongLongWithPrefix(len, '*');
1107 }
1108
1109 void addLong(long val) {
1110 addLongLongWithPrefix(val, ':');

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected