Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
26
inline void EncodeFixed64(char* buf, uint64_t value) { memcpy(buf, &value, sizeof(value)); }
27
28
inline void PutFixed64(std::string* dst, uint64_t value) {
29
char buf[sizeof(value)];
Callers
3
GetScanContext
Method · 0.70
DeleteScanContext
Method · 0.70
PutFixed64
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected