Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChaiScript/ChaiScript
/ id
Method
id
include/chaiscript/language/chaiscript_common.hpp:231–234 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
229
230
template<typename T>
231
static AST_Node_Type id(const T& t)
232
{
233
return t.identifier;
234
}
235
236
template<typename T>
237
static std::string pretty(const T& t)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected