MCPcopy Create free account
hub / github.com/Tencent/phxsql / IsAllIORoutineUsed

Method IsAllIORoutineUsed

phxsqlproxy/io_routine.cpp:48–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48bool IORoutineMgr::IsAllIORoutineUsed() {
49 return io_routine_stack_.empty();
50}
51
52int IORoutineMgr::GetIORoutine(IORoutine ** io_routine_pointer) {
53 if (io_routine_stack_.empty()) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected