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

Function hide

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

Source from the content-addressed store, hash-verified

271 }
272 },
273 hide() {
274 for (const a of list) {
275 a.hide();
276 }
277 }
278 };
279}

Callers

nothing calls this directly

Calls 1

hideMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…