MCPcopy Create free account
hub / github.com/PierreGode/Ragnar / handle_credentials_request

Function handle_credentials_request

webapp_modern.py:14449–14455  ·  view source on GitHub ↗

Handle request for credentials data

()

Source from the content-addressed store, hash-verified

14447
14448 results = {
14449 'database_deleted': False,
14450 'data_folder_deleted': False,
14451 'repository_deleted': False,
14452 'shutdown_scheduled': False,
14453 'errors': []
14454 }
14455
14456 # Get the Ragnar directory path
14457 ragnar_dir = shared_data.currentdir
14458 home_dir = os.path.expanduser('~')

Callers

nothing calls this directly

Calls 2

get_all_credentialsMethod · 0.80
errorMethod · 0.80

Tested by

no test coverage detected