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

Method show

src/model.ts:35–35  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

33export interface RoughAnnotation extends RoughAnnotationConfigBase {
34 isShowing(): boolean;
35 show(): void;
36 hide(): void;
37 remove(): void;
38}

Callers 1

showFunction · 0.65

Implementers 1

RoughAnnotationImplsrc/rough-notation.ts

Calls

no outgoing calls

Tested by

no test coverage detected