MCPcopy Create free account
hub / github.com/apache/brpc / func

Method func

test/unique_ptr_unittest.cpp:32–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30 Foo() : destroyed(false), called_func(false) {}
31 void destroy() { destroyed = true; }
32 void func() { called_func = true; }
33 bool destroyed;
34 bool called_func;
35};

Callers 2

TEST_FFunction · 0.45
CheckFunctionNameFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected