MCPcopy Create free account
hub / github.com/anjo76/angelscript / IsSignatureEqual

Method IsSignatureEqual

sdk/angelscript/source/as_scriptfunction.cpp:1056–1061  ·  view source on GitHub ↗

internal

Source from the content-addressed store, hash-verified

1054
1055// internal
1056bool asCScriptFunction::IsSignatureEqual(const asCScriptFunction *func) const
1057{
1058 if( name != func->name || !IsSignatureExceptNameEqual(func) ) return false;
1059
1060 return true;
1061}
1062
1063// internal
1064bool asCScriptFunction::IsSignatureExceptNameEqual(const asCScriptFunction *func) const

Callers 6

ReadInnerMethod · 0.80
ReadUsedFunctionsMethod · 0.80
ReadFunctionMethod · 0.80
ReadTypeDeclarationMethod · 0.80
CompileInterfacesMethod · 0.80
GetMethodIdByDeclMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected