Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/apache/caldera
/ apply_config
Method
apply_config
tests/api/v2/managers/test_base_api_manager.py:15–16 ·
view source on GitHub ↗
(self, prop, config)
Source
from the content-addressed store, hash-verified
13
self.Access = BaseWorld.Access
14
15
def
apply_config(self, prop, config):
16
self.conf[prop] = config
17
18
def
get_config(self, prop=None, name=None):
19
if
prop in self.conf:
Callers
15
test_find_and_dump_objects_with_sort_and_default
Function · 0.95
init_base_world
Function · 0.45
initialize
Function · 0.45
ssh_contact_base_world
Function · 0.45
dns_contact_base_world
Function · 0.45
base_world
Function · 0.45
reset_config
Method · 0.45
test_apply_and_retrieve_config
Method · 0.45
base_world
Function · 0.45
setup_op_config
Function · 0.45
setup_rest_svc_test
Function · 0.45
base_world
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected