MCPcopy Create free account
hub / github.com/SmingHub/Sming / asChar

Method asChar

Sming/Core/Data/Stream/SectionTemplate.cpp:118–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116 }
117
118 char asChar() const
119 {
120 return (arg == nullptr) ? '\0' : *static_cast<char*>(arg->ptr);
121 }
122
123 int toInt() const
124 {

Callers 1

evaluateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected