| 156 | } |
| 157 | |
| 158 | static void map_nodeid(const struct gossmap *map, u64 offset, |
| 159 | struct node_id *id) |
| 160 | { |
| 161 | map_copy(map, offset, id, sizeof(*id)); |
| 162 | } |
| 163 | |
| 164 | /* Returns optional or compulsory feature if set, otherwise -1 */ |
| 165 | static int map_feature_test(const struct gossmap *map, |
no test coverage detected