MCPcopy Create free account
hub / github.com/csyonghe/Spire / spLoadModuleLibraryFromSource

Function spLoadModuleLibraryFromSource

Source/SpireLib/SpireLib.cpp:885–888  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

883}
884
885void spLoadModuleLibraryFromSource(SpireCompilationContext * ctx, const char * source, const char * fileName, SpireDiagnosticSink* sink)
886{
887 CTX(ctx)->LoadModuleSource(source, fileName, sink);
888}
889
890void spPushContext(SpireCompilationContext * ctx)
891{

Callers

nothing calls this directly

Calls 1

LoadModuleSourceMethod · 0.80

Tested by

no test coverage detected