Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/singa
/ readInteger
Function
readInteger
include/singa/io/integer.h:58–58 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
56
57
static inline int appendInteger(char* buf) {return 0;}
58
static inline int readInteger(char* buf) {return 0;}
59
60
template<typename Type, typename... Types>
61
static int appendInteger(char* buf, Type value, Types... values) {
Callers
1
onRecv
Method · 0.50
Calls
1
ntoh
Function · 0.70
Tested by
no test coverage detected