Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
run
Method · 0.45
setResult
Method · 0.45
SLJIT_CALL stringToObject
Function · 0.45
doRun
Method · 0.45
Calls
1
String
Class · 0.50
Tested by
no test coverage detected