MCPcopy Create free account
hub / github.com/baidu/tera / EncodeFixed64

Function EncodeFixed64

src/io/coding.h:26–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26inline void EncodeFixed64(char* buf, uint64_t value) { memcpy(buf, &value, sizeof(value)); }
27
28inline void PutFixed64(std::string* dst, uint64_t value) {
29 char buf[sizeof(value)];

Callers 3

GetScanContextMethod · 0.70
DeleteScanContextMethod · 0.70
PutFixed64Function · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected