MCPcopy Create free account
hub / github.com/apache/thrift / set_trigger

Function set_trigger

lib/cpp/test/TransportTest.cpp:461–466  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

459}
460
461void set_trigger(unsigned int seconds,
462 const std::shared_ptr<TTransport>& transport,
463 uint32_t write_len) {
464 clear_triggers();
465 add_trigger(seconds, transport, write_len);
466}
467
468/**************************************************************************
469 * Test functions

Calls 2

clear_triggersFunction · 0.85
add_triggerFunction · 0.85

Tested by

no test coverage detected