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

Function canModuleBeUnsafe

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

Source from the content-addressed store, hash-verified

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; }
227 virtual void serialize ( AstSerializer & ser );

Callers 1

canModuleBeUnsafeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected