MCPcopy Create free account
hub / github.com/demoth/jake2 / EndRedirect

Method EndRedirect

qcommon/src/main/java/jake2/qcommon/Com.java:70–74  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

68 }
69
70 public static void EndRedirect() {
71 rd_flusher.rd_flush(rd_buffer);
72 rd_buffer.setLength(0);
73 rd_flusher = null;
74 }
75
76 // Detect recursion during shutdown
77 private static boolean recursive= false;

Callers 1

SVC_RemoteCommandMethod · 0.95

Calls 1

rd_flushMethod · 0.80

Tested by

no test coverage detected