MCPcopy 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
57static inline int appendInteger(char* buf) {return 0;}
58static inline int readInteger(char* buf) {return 0;}
59
60template<typename Type, typename... Types>
61static int appendInteger(char* buf, Type value, Types... values) {

Callers 1

onRecvMethod · 0.50

Calls 1

ntohFunction · 0.70

Tested by

no test coverage detected