Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CatMuse/HiNote
/ isInAllHighlightsView
Method
isInAllHighlightsView
src/views/hinote/ViewState.ts:22–24 ·
view source on GitHub ↗
* 判断是否在全部高亮视图
()
Source
from the content-addressed store, hash-verified
20
* 判断是否在全部高亮视图
21
*/
22
isInAllHighlightsView(): boolean {
23
return
this.currentFile === null;
24
}
25
26
/**
27
* 重置高亮数据
Callers
1
checkViewPosition
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected