Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChaiScript/ChaiScript
/ func
Method
func
src/test_module.cpp:17–17 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15
TestBaseType(const TestBaseType &) = default;
16
virtual ~TestBaseType() {}
17
virtual int func() { return 0; }
18
19
int base_only_func() { return -9; }
20
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected