Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/csyonghe/Spire
/ spFindModule
Function
spFindModule
Source/SpireLib/SpireLib.cpp:920–923 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
918
}
919
920
SpireModule * spFindModule(SpireCompilationContext * ctx, const char * moduleName)
921
{
922
return CTX(ctx)->FindModule(moduleName);
923
}
924
925
unsigned int spGetModuleUID(SpireModule * module)
926
{
Callers
1
initialize
Function · 0.85
Calls
1
FindModule
Method · 0.80
Tested by
no test coverage detected