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

Function bitmap_copy

ccan/ccan/bitmap/bitmap.h:94–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92}
93
94static inline void bitmap_copy(bitmap *dst, const bitmap *src,
95 unsigned long nbits)
96{
97 memcpy(dst, src, bitmap_sizeof(nbits));
98}
99
100#define BITMAP_DEF_BINOP(_name, _op) \
101 static inline void bitmap_##_name(bitmap *dst, bitmap *src1, bitmap *src2, \

Callers

nothing calls this directly

Calls 1

bitmap_sizeofFunction · 0.85

Tested by

no test coverage detected