MCPcopy Index your code
hub / github.com/rough-stuff/rough-notation / isShowing

Method isShowing

src/rough-notation.ts:153–155  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

151 }
152
153 isShowing(): boolean {
154 return (this._state !== 'not-showing');
155 }
156
157 private pendingRefresh?: Promise<void>;
158 private refresh() {

Callers 1

refreshMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected