Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bitcoin/bitcoin
/ echo
Method
echo
src/common/interfaces.cpp:36–36 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
34
{
35
public:
36
std::string echo(const std::string& echo) override { return echo; }
37
};
38
} // namespace
39
} // namespace common
Callers
6
run_test
Method · 0.80
async_routine
Method · 0.80
run_test
Method · 0.80
echoipc
Function · 0.80
IpcSocketPairTest
Function · 0.80
IpcSocketTest
Function · 0.80
Calls
no outgoing calls
Tested by
2
IpcSocketPairTest
Function · 0.64
IpcSocketTest
Function · 0.64