MCPcopy Create free account
hub / github.com/OperationT00/T-Code / close

Method close

src/main/java/com/tcode/tui/LanternaWindow.java:85–89  ·  view source on GitHub ↗

关闭窗口。

()

Source from the content-addressed store, hash-verified

83 * 关闭窗口。
84 */
85 public void close() {
86 mainWindow.close();
87 closeScreen();
88 tuiMode = false;
89 }
90
91 private void closeScreen() {
92 try {

Callers

nothing calls this directly

Calls 2

closeScreenMethod · 0.95
closeMethod · 0.65

Tested by

no test coverage detected