Module ot_ctx_noop
Behaviours: ot_ctx
.
Function Index
clear/2 | |
get_current/2 | |
get_value/3 | |
get_value/4 | |
remove/3 | |
set_current/3 | |
set_value/4 |
Function Details
clear/2
clear(ContextManager::ot_ctx:context_manager(), Namespace::ot_ctx:namespace()) -> ok
get_current/2
get_current(ContextManager::ot_ctx:context_manager(), Namespace::ot_ctx:namespace()) -> ot_ctx:ctx()
get_value/3
get_value(ContextManager::ot_ctx:context_manager(), Namespace::ot_ctx:namespace(), Key::ot_ctx:key()) -> ot_ctx:value()
get_value/4
get_value(ContextManager::ot_ctx:context_manager(), Namespace::ot_ctx:namespace(), Key::ot_ctx:key(), Default::ot_ctx:value()) -> ot_ctx:value()
remove/3
remove(ContextManager::ot_ctx:context_manager(), Namespace::ot_ctx:namespace(), Key::ot_ctx:key()) -> ok
set_current/3
set_current(ContextManager::ot_ctx:context_manager(), Namespace::ot_ctx:namespace(), Ctx::ot_ctx:ctx()) -> ok
set_value/4
set_value(ContextManager::ot_ctx:context_manager(), Namespace::ot_ctx:namespace(), Key::ot_ctx:key(), Value::ot_ctx:value()) -> ok