Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OAID/Tengine
/ g
Method
g
internal/tests/core/test/test_factory.cpp:89–92 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
87
std::cout <<
"B val: "
<< val <<
"\n"
;
88
}
89
void g()
90
{
91
std::cout <<
"number: "
<< number <<
"\n"
;
92
}
93
94
std::string val;
95
int number;
Callers
2
test_creator
Function · 0.45
test_interface
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected