Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HaxeFoundation/hxcpp
/ Dynamic
Method
Dynamic
src/Dynamic.cpp:356–356 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
354
}
355
356
Dynamic::Dynamic(bool inVal) : super( inVal ? hx::DynTrue.mPtr : hx::DynFalse.mPtr ) { }
357
358
359
Dynamic::Dynamic(int inVal)
Callers
nothing calls this directly
Calls
4
fromInt
Function · 0.85
__ToObject
Method · 0.80
Dynamic
Class · 0.50
String
Class · 0.50
Tested by
no test coverage detected