Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HaxeFoundation/hxcpp
/ CreateDynamicStruct
Function
CreateDynamicStruct
src/Dynamic.cpp:329–332 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
327
// --- Struct -------------------------------------------------
328
329
Dynamic CreateDynamicStruct(const void *inValue, int inSize, DynamicHandlerFunc inFunc)
330
331
{
332
return new hx::StructData(inValue,inSize,inFunc); }
333
}
334
335
Callers
1
Struct
Class · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected