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

Interface RoughAnnotation

src/model.ts:33–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33export interface RoughAnnotation extends RoughAnnotationConfigBase {
34 isShowing(): boolean;
35 show(): void;
36 hide(): void;
37 remove(): void;
38}
39
40export interface RoughAnnotationGroup {
41 show(): void;

Callers 2

showFunction · 0.65
hideFunction · 0.65

Implementers 1

RoughAnnotationImplsrc/rough-notation.ts

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…