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

Method configure

libapp2sys/src/main/cpp/server.cpp:104–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102 }
103
104 int configure(const std::string& data, int callertid, int64_t timestamp) {
105 pdbg("ManufacturerCoder configure");
106 return RET_OK;
107 }
108
109 int getParameters(const std::string& data, int callertid, int64_t timestamp) {
110 pdbg("ManufacturerCoder getParameters");

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected