Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anjo76/angelscript
/ IsFinal
Method
IsFinal
sdk/angelscript/source/as_scriptfunction.cpp:1792–1795 ·
view source on GitHub ↗
interface
Source
from the content-addressed store, hash-verified
1790
1791
// interface
1792
bool asCScriptFunction::IsFinal() const
1793
{
1794
return traits.GetTrait(asTRAIT_FINAL);
1795
}
1796
1797
// interface
1798
bool asCScriptFunction::IsOverride() const
Callers
2
WriteFunctionSignature
Method · 0.80
CompileClasses
Method · 0.80
Calls
1
GetTrait
Method · 0.80
Tested by
no test coverage detected