MCPcopy Create free account
hub / github.com/ChrisFeldmeier/OpenCodeRust / drop

Method drop

crates/opencode-tui/src/app/app.rs:3323–3325  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

3321
3322impl Drop for App {
3323 fn drop(&mut self) {
3324 let _ = terminal::restore();
3325 }
3326}
3327
3328fn map_api_session(session: &SessionInfo) -> Session {

Callers

nothing calls this directly

Calls 1

restoreFunction · 0.85

Tested by

no test coverage detected