Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Samsung/ONE
/ TEST
Function
TEST
compiler/luci/lang/src/Module.test.cpp:21–26 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
#include <gtest/gtest.h>
20
21
TEST(ModuleTest, consturctor)
22
{
23
auto gs = luci::make_module();
24
25
SUCCEED();
26
}
27
28
TEST(ModuleTest, add)
29
{
Callers
nothing calls this directly
Calls
7
make_module
Function · 0.85
make_graph
Function · 0.50
get
Method · 0.45
add
Method · 0.45
graph
Method · 0.45
size
Method · 0.45
ext_buffer
Method · 0.45
Tested by
no test coverage detected