MCPcopy 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

Calls

no outgoing calls

Tested by

no test coverage detected