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

Method get_service

app/utility/base_service.py:17–18  ·  view source on GitHub ↗
(cls, name)

Source from the content-addressed store, hash-verified

15
16 @classmethod
17 def get_service(cls, name):
18 return cls._services.get(name)
19
20 @classmethod
21 def get_services(cls):

Callers 15

_save_stateMethod · 0.80
_restore_stateMethod · 0.80
add_test_variantsMethod · 0.80
obfuscate_commandsMethod · 0.80
taskMethod · 0.80
all_factsMethod · 0.80
all_factsMethod · 0.80
all_relationshipsMethod · 0.80
_init_sourceMethod · 0.80
create_relationshipsMethod · 0.80

Calls

no outgoing calls

Tested by 15

test_adversaryFunction · 0.64
test_plannerFunction · 0.64
test_sourceFunction · 0.64
test_agentFunction · 0.64
test_abilityFunction · 0.64
setup_finished_operationFunction · 0.64
setup_empty_operationFunction · 0.64
setup_running_operationFunction · 0.64
setup_paused_operationFunction · 0.64