Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anjo76/angelscript
/ IsPrivate
Method
IsPrivate
sdk/angelscript/source/as_scriptfunction.cpp:643–646 ·
view source on GitHub ↗
interface
Source
from the content-addressed store, hash-verified
641
642
// interface
643
bool asCScriptFunction::IsPrivate() const
644
{
645
return traits.GetTrait(asTRAIT_PRIVATE);
646
}
647
648
// interface
649
bool asCScriptFunction::IsProtected() const
Callers
3
WriteFunctionSignature
Method · 0.80
PerformFunctionCall
Method · 0.80
Test
Function · 0.80
Calls
1
GetTrait
Method · 0.80
Tested by
1
Test
Function · 0.64