MCPcopy Create free account
hub / github.com/covscript/covscript / to_string

Function to_string

include/covscript/core/variable.hpp:204–207  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

202
203 template <typename T>
204 static cs::string_borrower to_string(const T &val)
205 {
206 return to_string_if<T, to_string_helper<T>::value>::to_string(val);
207 }
208
209 template <typename T>
210 static std::intptr_t to_integer(const T &val)

Callers 15

compose_whatMethod · 0.70
checkMethod · 0.70
check_argsFunction · 0.70
convertMethod · 0.70
convertMethod · 0.70
callMethod · 0.70
callMethod · 0.70
matchMethod · 0.70
to_stringMethod · 0.70
extensionMethod · 0.70
to_stringMethod · 0.50
numeric>Method · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected