Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/deathkiller/jazz2-native
/ Construct
Function
Construct
Sources/Jazz2/Scripting/RegisterRef.cpp:11–14 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
9
namespace Jazz2::Scripting
10
{
11
static void Construct(CScriptHandle* self)
12
{
13
new(self) CScriptHandle();
14
}
15
16
static void Construct(CScriptHandle* self, const CScriptHandle& o)
17
{
Callers
2
Resize
Method · 0.85
CreateBuffer
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected