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

Function isModuleAllowed

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

Source from the content-addressed store, hash-verified

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; };
225 virtual bool canBeRequired ( const string &, const string &, bool ) const { return true; };
226 virtual bool addFsRoot ( const string & , const string & ) { return false; }

Callers 1

isModuleAllowedMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected