Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MayaPosch/NymphCast
/ GetName
Method
GetName
src/server/angelscript/angelscript/source/as_module.cpp:204–207 ·
view source on GitHub ↗
interface
Source
from the content-addressed store, hash-verified
202
203
// interface
204
const char *asCModule::GetName() const
205
{
206
return m_name.AddressOf();
207
}
208
209
// interface
210
const char *asCModule::GetDefaultNamespace() const
Callers
15
GetControllerScript
Method · 0.45
AddFunction
Function · 0.45
ListFunctions
Function · 0.45
ReadFunction
Method · 0.45
ReadTypeDeclaration
Method · 0.45
CompileMemberInitialization
Method · 0.45
CallCopyConstructor
Method · 0.45
CallDefaultConstructor
Method · 0.45
MatchFunctions
Method · 0.45
CompileInitListElement
Method · 0.45
PrintMatchingFuncs
Method · 0.45
ProcessPropertySetAccessor
Method · 0.45
Calls
1
AddressOf
Method · 0.45
Tested by
no test coverage detected