Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anjo76/angelscript
/ TestManager
Function
TestManager
sdk/tests/test_feature/source/test_factory.cpp:80–83 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
78
MyFactory *MyFactory::m_factory = NULL;
79
80
void TestManager(const CScriptString *text, signed int x, signed int y, unsigned int z, MyFactory &manager)
81
{
82
manager.Test(text->buffer.c_str(), x, y, z);
83
}
84
85
bool Test()
86
{
Callers
nothing calls this directly
Calls
1
Test
Method · 0.45
Tested by
no test coverage detected