Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anjo76/angelscript
/ Set
Method
Set
sdk/tests/test_feature/source/test_object.cpp:81–81 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
79
CObject() {val = 0;/*PRINTF(
"C:%x\n"
,this);*/}
80
~CObject() {/*PRINTF(
"D:%x\n"
, this);*/}
81
void Set(int v) {val = v;}
82
int Get() {return val;}
83
int &GetRef() {return val;}
84
int val;
Callers
7
Test
Function · 0.45
Release
Method · 0.45
GetFunc1
Function · 0.45
ReturnRef
Function · 0.45
getEntities
Function · 0.45
getDynamicFunction
Function · 0.45
test_addon_scripthandle.cpp
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected