Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_state
Method · 0.80
_restore_state
Method · 0.80
add_test_variants
Method · 0.80
obfuscate_commands
Method · 0.80
task
Method · 0.80
all_facts
Method · 0.80
all_facts
Method · 0.80
all_relationships
Method · 0.80
_init_source
Method · 0.80
_emit_state_change_event
Method · 0.80
_emit_status_change_event
Method · 0.80
create_relationships
Method · 0.80
Calls
no outgoing calls
Tested by
15
test_adversary
Function · 0.64
test_planner
Function · 0.64
test_source
Function · 0.64
test_source_existing_relationships
Function · 0.64
test_agent
Function · 0.64
test_ability
Function · 0.64
setup_finished_operation
Function · 0.64
setup_operations_api_test
Function · 0.64
setup_empty_operation
Function · 0.64
setup_running_operation
Function · 0.64
setup_run_one_link_operation
Function · 0.64
setup_paused_operation
Function · 0.64