MCPcopy Create free account
hub / github.com/christophhart/HISE / getTextForValue

Method getTextForValue

hi_scripting/scripting/engine/DebugHelpers.cpp:778–779  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

776{ return obj != nullptr ? getVarType(obj->getProperty(id)) : "dangling"; }
777
778String DynamicObjectDebugInformation::getTextForValue() const
779{ return obj != nullptr ? getVarValue(obj->getProperty(id)) : ""; }
780
781const var DynamicObjectDebugInformation::getVariantCopy() const
782{ return obj != nullptr ? obj->getProperty(id) : var(); }

Callers 3

checkRecursiveMethod · 0.45
addRecursiveMethod · 0.45
getTextMethod · 0.45

Calls 1

getPropertyMethod · 0.45

Tested by

no test coverage detected