Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
setupEventListeners
Method · 0.95
toggle
Method · 0.95
openSearchFromHotkey
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected