Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2019
bool gossmap_has_mmap(const struct gossmap *map)
2020
{
2021
return map->mmap != NULL;
2022
}
2023
2024
void gossmap_disable_mmap(struct gossmap *map)
2025
{
Callers
2
gossmap_manage_get_gossmap
Function · 0.85
map_catchup
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected