MCPcopy Create free account
hub / github.com/bytedance/bolt / toString

Method toString

bolt/common/memory/tests/MemoryPoolTest.cpp:68–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66 : useMmap(_useMmap), useCache(_useCache), threadSafe(_threadSafe) {}
67
68 std::string toString() const {
69 return fmt::format(
70 "useMmap{} useCache{} threadSafe{}", useMmap, useCache, threadSafe);
71 }
72};
73
74class MemoryPoolTest : public testing::TestWithParam<TestParam> {

Callers 8

TEST_PFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TESTFunction · 0.45
TEST_PFunction · 0.45
setupAllocatorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected