MCPcopy
hub / github.com/apache/caldera / get_config

Method get_config

app/utility/base_world.py:37–41  ·  view source on GitHub ↗
(prop=None, name=None)

Source from the content-addressed store, hash-verified

35
36 @staticmethod
37 def get_config(prop=None, name=None):
38 name = name if name else 'main'
39 if prop:
40 return BaseWorld._app_configuration[name].get(prop)
41 return BaseWorld._app_configuration[name]
42
43 @staticmethod
44 def set_config(name, prop, value):

Callers 15

start_serverFunction · 0.45
startMethod · 0.45
startMethod · 0.45
startMethod · 0.45
startMethod · 0.45
valid_configMethod · 0.45
startMethod · 0.45
__init__Method · 0.45
startMethod · 0.45
startMethod · 0.45
__init__Method · 0.45
check_configMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected