Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Dobiasd/FunctionalPlus
/ log
Function
log
test/shared_ref_test.cpp:13–16 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
11
std::vector<std::string> logs;
12
13
void log(const std::string& str)
14
{
15
logs.push_back(str);
16
}
17
18
struct test {
19
int m_x;
Callers
3
test
Method · 0.85
test
Class · 0.85
~test
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected