MCPcopy Create free account
hub / github.com/apple/foundationdb / set

Method set

flow/UnitTest.cpp:30–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30void UnitTestParameters::set(const std::string& name, const std::string& value) {
31 printf("setting %s = %s\n", name.c_str(), value.c_str());
32 params[name] = value;
33}
34
35Optional<std::string> UnitTestParameters::get(const std::string& name) const {
36 auto it = params.find(name);

Callers

nothing calls this directly

Calls 4

printfFunction · 0.85
formatFunction · 0.70
setFunction · 0.50
c_strMethod · 0.45

Tested by

no test coverage detected