MCPcopy Create free account
hub / github.com/SakuraEngine/SakuraEngine / push

Method push

tests/async/marl-test/calls_test.cpp:31–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29 std::vector<std::string> order;
30
31 void push(std::string&& s) {
32 std::unique_lock<std::mutex> lock(mutex);
33 order.emplace_back(std::move(s));
34 }
35};
36
37template <typename T>

Callers 2

tlssPushFunction · 0.45
TestCallsMethod · 0.45

Calls 2

moveFunction · 0.50
emplace_backMethod · 0.45

Tested by

no test coverage detected