Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Simple-XX/SimpleKernel
/ GetValue
Method
GetValue
tests/unit_test/sk_unique_ptr_test.cpp:205–205 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
203
struct Base {
204
virtual ~Base() = default;
205
virtual auto GetValue() -> int { return 0; }
206
};
207
struct Derived : Base {
208
int val;
Callers
1
TEST_F
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected