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

Method AddFuncDef

sdk/angelscript/source/as_module.cpp:1535–1539  ·  view source on GitHub ↗

internal

Source from the content-addressed store, hash-verified

1533
1534// internal
1535void asCModule::AddFuncDef(asCFuncdefType* type)
1536{
1537 m_funcDefs.PushLast(type);
1538 m_typeLookup.Insert(asSNameSpaceNamePair(type->nameSpace, type->name), type);
1539}
1540
1541// internal
1542void asCModule::ReplaceFuncDef(asCFuncdefType* type, asCFuncdefType* newType)

Callers 3

ReadInnerMethod · 0.80
RegisterFuncDefMethod · 0.80
FindMatchingFuncdefMethod · 0.80

Calls 6

PushLastMethod · 0.80
InsertMethod · 0.45
AddScriptFunctionMethod · 0.45
GetLengthMethod · 0.45

Tested by

no test coverage detected