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

Method getString

include/cpp/Variant.h:446–446  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

444
445
446 String Variant::getString() const { return String(valStringPtr, valStringLen); }
447 String Variant::asString() const
448 {
449 switch(type)

Callers 4

runMethod · 0.45
setResultMethod · 0.45
doRunMethod · 0.45

Calls 1

StringClass · 0.50

Tested by

no test coverage detected