Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/Hardcoder
/ getParameters
Method
getParameters
libapp2sys/src/main/cpp/protocol.h:277–281 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
275
}
276
277
virtual int getParameters(const std::string& data, int callertid, int64_t timestamp) {
278
UNUSED(callertid);
279
UNUSED(timestamp);
280
return ERR_FUNCTION_NOT_SUPPORT;
281
}
282
283
};
284
Callers
2
processReceive
Method · 0.45
Java_com_tencent_mm_hardcoder_HardCoderJNI_getParameters
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected