MCPcopy Create free account
hub / github.com/HaxeFoundation/hxcpp / Default

Function Default

include/hxString.h:147–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

145 { length = inRHS.length; __s = inRHS.__s; return *this; }
146
147 ::String Default(const ::String &inDef) { return __s ? *this : inDef; }
148
149
150 ::String toString() { return *this; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected