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

Function wire_sync_write

connectd/test/run-netaddress.c:153–154  ·  view source on GitHub ↗

Generated stub for wire_sync_write */

Source from the content-addressed store, hash-verified

151{ fprintf(stderr, "version called!\n"); abort(); }
152/* Generated stub for wire_sync_write */
153bool wire_sync_write(int fd UNNEEDED, const void *msg TAKES UNNEEDED)
154{ fprintf(stderr, "wire_sync_write called!\n"); abort(); }
155/* AUTOGENERATED MOCKS END */
156
157int main(int argc, char *argv[])

Callers 15

notifyFunction · 0.50
send_offerFunction · 0.50
tell_master_their_offerFunction · 0.50
mainFunction · 0.50
hsm_reqFunction · 0.50
maybe_send_stfuFunction · 0.50
set_channel_typeFunction · 0.50
send_channel_updateFunction · 0.50
announce_channelFunction · 0.50

Calls 1

abortFunction · 0.85

Tested by

no test coverage detected