Send a keepalive to the server, using protobufs.
(params)
| 1583 | |
| 1584 | |
| 1585 | def send_keepalive(params): |
| 1586 | """Send a keepalive to the server, using protobufs.""" |
| 1587 | communicate_rest(params, None, 'keep_alive') |
| 1588 | |
| 1589 | |
| 1590 | def load_records_in_shared_folder(params, shared_folder_uid, record_uids=None): |
nothing calls this directly
no test coverage detected