Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChaiScript/ChaiScript
/ to_int
Function
to_int
src/test_module.cpp:73–76 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
71
};
72
73
int to_int(TestEnum t)
74
{
75
return t;
76
}
77
78
class TestDerivedType : public TestBaseType
79
{
Callers
1
to_int
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected