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

Function getDynModulesFolder

include/daScript/simulate/debug_info.h:221–221  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

219 FileInfoPtr letGoOfFileInfo ( const string & fileName );
220 virtual ModuleInfo getModuleInfo ( const string & req, const string & from ) const;
221 virtual string getDynModulesFolder () const { return ""; }
222 virtual bool isPodInScopeAllowed ( const string & /*moduleName*/, const string & /*fileName*/ ) const { return true; };
223 virtual bool isModuleAllowed ( const string &, const string & ) const { return true; };
224 virtual bool canModuleBeUnsafe ( const string &, const string & ) const { return true; };

Callers 1

getDynModulesFolderMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected