Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChaiScript/ChaiScript
/ Reference_MyClass
Method
Reference_MyClass
unittests/compiled_tests.cpp:1279–1279 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1277
struct Reference_MyClass
1278
{
1279
Reference_MyClass(double& t_x) : x(t_x) {}
1280
double& x;
1281
};
1282
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected