Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
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
33
export
interface
RoughAnnotation extends RoughAnnotationConfigBase {
34
isShowing(): boolean;
35
show(): void;
36
hide(): void;
37
remove(): void;
38
}
Callers
1
show
Function · 0.65
Implementers
1
RoughAnnotationImpl
src/rough-notation.ts
Calls
no outgoing calls
Tested by
no test coverage detected