MCPcopy Create free account
hub / github.com/ElementsProject/lightning / gossmap_has_mmap

Function gossmap_has_mmap

common/gossmap.c:2019–2022  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2017}
2018
2019bool gossmap_has_mmap(const struct gossmap *map)
2020{
2021 return map->mmap != NULL;
2022}
2023
2024void gossmap_disable_mmap(struct gossmap *map)
2025{

Callers 2

map_catchupFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected