MCPcopy Create free account
hub / github.com/GaijinEntertainment/daScript / getModuleFileName

Function getModuleFileName

src/simulate/debug_info.cpp:888–893  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

886 }
887
888 static string getModuleFileName ( const string & nameWithDots ) {
889 auto fname = nameWithDots;
890 // TODO: should we?
891 replace ( fname.begin(), fname.end(), '.', '/' );
892 return fname;
893 }
894
895 ModuleInfo FileAccess::getModuleInfo ( const string & req, const string & from ) const {
896 auto mod = getModuleName(req);

Callers 1

getModuleInfoMethod · 0.85

Calls 3

replaceFunction · 0.85
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected