Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cucumber/cucumber-cpp
/ encode
Method
encode
tests/integration/WireProtocolTest.cpp:43–45 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
41
}
42
43
std::string encode(const WireResponse& response) const {
44
return codec.encode(response);
45
}
46
47
protected:
48
const JsonWireMessageCodec codec;
Callers
1
TEST_F
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected