MCPcopy Create free account
hub / github.com/UNLINEARITY/Obsidian-CodeSpace / close

Method close

src/code_view.ts:426–428  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

424 }
425
426 close() {
427 this.panelEl.addClass("is-hidden");
428 }
429
430 toggle() {
431 if (this.panelEl.hasClass("is-hidden")) {

Callers 3

setupEventListenersMethod · 0.95
toggleMethod · 0.95
openSearchFromHotkeyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected