Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
37
template <typename T>
Callers
2
tlssPush
Function · 0.45
TestCalls
Method · 0.45
Calls
2
move
Function · 0.50
emplace_back
Method · 0.45
Tested by
no test coverage detected