We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d939e45 commit ad6268eCopy full SHA for ad6268e
casbin/enforcer.cpp
@@ -39,6 +39,7 @@ namespace casbin {
39
bool Enforcer::m_enforce(const std::string& matcher, Scope scope) {
40
m_func_map.scope = scope;
41
m_func_map.func_list.clear();
42
+ m_func_map.LoadFunctionMap();
43
44
if(!m_enabled)
45
return true;
0 commit comments