MCPcopy Create free account
hub / github.com/CatMuse/HiNote / checkViewPosition

Method checkViewPosition

src/views/hinote/HiNoteView.ts:151–156  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

149
150 // 检查视图位置(使用 ViewPositionDetector)
151 private async checkViewPosition() {
152 if (this.setupResult) {
153 const wasInAllHighlightsView = this.setupResult.highlightListController.isInAllHighlightsView();
154 await this.setupResult.viewPositionDetector.checkViewPosition(wasInAllHighlightsView);
155 }
156 }
157
158 // 更新视图布局(使用 LayoutManager)
159 private async updateViewLayout() {

Callers 1

onOpenMethod · 0.95

Calls 1

isInAllHighlightsViewMethod · 0.45

Tested by

no test coverage detected