Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChaiScript/ChaiScript
/ version_major
Method
version_major
include/chaiscript/chaiscript_defines.hpp:107–110 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
105
106
struct Build_Info {
107
static int version_major()
108
{
109
return chaiscript::version_major;
110
}
111
112
static int version_minor()
113
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected