Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/corosync/corosync
/ icmap_delete
Function
icmap_delete
exec/icmap.c:657–661 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
655
}
656
657
cs_error_t icmap_delete(const char *key_name)
658
{
659
660
return (icmap_delete_r(icmap_global_map, key_name));
661
}
662
663
static cs_error_t icmap_get_ref_r(
664
const icmap_map_t map,
Callers
3
service_unlink_and_exit
Function · 0.85
remove_deleted_entries
Function · 0.85
message_handler_req_exec_cfg_reload_config
Function · 0.85
Calls
1
icmap_delete_r
Function · 0.85
Tested by
no test coverage detected