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

Method getSelectedCount

src/views/selection/SelectionManager.ts:100–102  ·  view source on GitHub ↗

* 获取选中数量

()

Source from the content-addressed store, hash-verified

98 * 获取选中数量
99 */
100 getSelectedCount(): number {
101 return this.selectedCards.size;
102 }
103
104 /**
105 * 选中单个卡片

Callers 1

registerHiNoteViewEventsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected