| 605 | } |
| 606 | |
| 607 | cs_error_t icmap_set_int64(const char *key_name, int64_t value) |
| 608 | { |
| 609 | |
| 610 | return (icmap_set_int64_r(icmap_global_map, key_name, value)); |
| 611 | } |
| 612 | |
| 613 | cs_error_t icmap_set_uint64(const char *key_name, uint64_t value) |
| 614 | { |
nothing calls this directly
no test coverage detected