Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/puerts
/ Call
Method
Call
unity/general/Src/UnitTest/TestClass.cs:497–501 ·
view source on GitHub ↗
(bool b)
Source
from the content-addressed store, hash-verified
495
public Action Callback;
496
497
public bool Call(bool b)
498
{
499
if (b && Callback != null) Callback();
500
return true;
501
}
502
}
503
504
public class TypedValue
Callers
1
Invoke
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected