MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / build_id

Method build_id

include/chaiscript/chaiscript_defines.hpp:132–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130 }
131
132 static std::string build_id()
133 {
134 return compiler_id() + (debug_build()?"-Debug":"-Release");
135 }
136
137 static std::string compiler_version()
138 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected