MCPcopy Create free account
hub / github.com/apache/qpid-proton / zero

Function zero

c/tests/object_test.cpp:112–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110
111static void noop(void *o) {}
112static uintptr_t zero(void *o) { return 0; }
113static intptr_t delta(void *a, void *b) { return (uintptr_t)b - (uintptr_t)a; }
114
115#define CID_noop CID_pn_object

Callers 1

runMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected