MCPcopy 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
657cs_error_t icmap_delete(const char *key_name)
658{
659
660 return (icmap_delete_r(icmap_global_map, key_name));
661}
662
663static cs_error_t icmap_get_ref_r(
664 const icmap_map_t map,

Calls 1

icmap_delete_rFunction · 0.85

Tested by

no test coverage detected