MCPcopy Create free account
hub / github.com/Tencent/Hardcoder / getUidByAddress

Method getUidByAddress

libapp2sys/src/main/cpp/protocol.h:126–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124 virtual ~HardCoder(){}
125
126 virtual int getUidByAddress(const char *ip, int port) {
127 UNUSED(ip);
128 UNUSED(port);
129 return 0;
130 }
131
132 virtual bool checkPermission(std::vector<std::string> manufactures, std::vector<std::string> certs, int funcid, int uid, int callertid, int64_t timestamp) {
133 UNUSED(manufactures);

Callers 1

recvEventMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected