Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/UNLINEARITY/Obsidian-CodeSpace
/ isOpen
Method
isOpen
src/code_view.ts:438–440 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
436
}
437
438
isOpen(): boolean {
439
return
!this.panelEl.hasClass(
"is-hidden"
);
440
}
441
442
setSearchValue(value: string, selectValue: boolean = true) {
443
this.searchInput.value = value;
Callers
1
openSearchFromHotkey
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected