Send a keepalive to the server, using protobufs.
(params)
| 1619 | |
| 1620 | |
| 1621 | def send_keepalive(params): |
| 1622 | """Send a keepalive to the server, using protobufs.""" |
| 1623 | communicate_rest(params, None, 'keep_alive') |
| 1624 | |
| 1625 | |
| 1626 | def load_records_in_shared_folder(params, shared_folder_uid, record_uids=None): |
nothing calls this directly
no test coverage detected