Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ echo
Method
echo
src/interfaces/echo.cpp:14–14 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
12
{
13
public:
14
std::string echo(const std::string& echo) override { return echo; }
15
};
16
} // namespace
17
std::unique_ptr<Echo> MakeEcho() { return std::make_unique<EchoImpl>(); }
Callers
6
run_test
Method · 0.80
run_test
Method · 0.80
run_test
Method · 0.80
run_test
Method · 0.80
run_test
Method · 0.80
echoipc
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected