Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChaiScript/ChaiScript
/ pretty
Method
pretty
include/chaiscript/language/chaiscript_common.hpp:237–240 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
235
236
template<typename T>
237
static std::string pretty(const T& t)
238
{
239
return t.pretty_print();
240
}
241
242
template<typename T>
243
static const std::string &fname(const T& t)
Callers
nothing calls this directly
Calls
1
pretty_print
Method · 0.45
Tested by
no test coverage detected