MCPcopy Create free account
hub / github.com/Keeper-Security/Commander / send_keepalive

Function send_keepalive

keepercommander/api.py:1585–1587  ·  view source on GitHub ↗

Send a keepalive to the server, using protobufs.

(params)

Source from the content-addressed store, hash-verified

1583
1584
1585def send_keepalive(params):
1586 """Send a keepalive to the server, using protobufs."""
1587 communicate_rest(params, None, 'keep_alive')
1588
1589
1590def load_records_in_shared_folder(params, shared_folder_uid, record_uids=None):

Callers

nothing calls this directly

Calls 1

communicate_restFunction · 0.85

Tested by

no test coverage detected