Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/baidu/babylon
/ NonVirtual
Method
NonVirtual
test/test_any.cpp:48–48 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
46
47
struct NonVirtual {
48
NonVirtual(int32_t) {}
49
NonVirtual(const NonVirtual&) {}
50
NonVirtual(NonVirtual&&) {}
51
};
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected