| 130 | } |
| 131 | |
| 132 | static void map_nodeid(const struct gossmap *map, size_t offset, |
| 133 | struct node_id *id) |
| 134 | { |
| 135 | map_copy(map, offset, id, sizeof(*id)); |
| 136 | } |
| 137 | |
| 138 | /* Returns optional or compulsory feature if set, otherwise -1 */ |
| 139 | static int map_feature_test(const struct gossmap *map, |
no test coverage detected