Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HaxeFoundation/hxcpp
/ CreateStaticFunction5
Function
CreateStaticFunction5
include/hx/DynamicImpl.h:609–611 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
607
{ return new CMemberFunction5(inName,inObj,inFunc); }
608
609
HXCPP_EXTERN_CLASS_ATTRIBUTES
610
Dynamic CreateStaticFunction5(const char *inName,StaticFunction5 inFunc)
611
{ return new CStaticFunction5(inName,inFunc); }
612
613
}
614
Callers
1
Dynamic.h
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected