Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anjo76/angelscript
/ IsProtected
Method
IsProtected
sdk/angelscript/source/as_scriptfunction.cpp:649–652 ·
view source on GitHub ↗
interface
Source
from the content-addressed store, hash-verified
647
648
// interface
649
bool asCScriptFunction::IsProtected() const
650
{
651
return traits.GetTrait(asTRAIT_PROTECTED);
652
}
653
654
// internal
655
int asCScriptFunction::GetSpaceNeededForArguments()
Callers
2
WriteFunctionSignature
Method · 0.80
PerformFunctionCall
Method · 0.80
Calls
1
GetTrait
Method · 0.80
Tested by
no test coverage detected