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

Function show

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

Source from the content-addressed store, hash-verified

266 const list = [...annotations];
267 return {
268 show() {
269 for (const a of list) {
270 a.show();
271 }
272 },
273 hide() {
274 for (const a of list) {
275 a.hide();

Callers

nothing calls this directly

Calls 1

showMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…