MCPcopy Create free account
hub / github.com/alienkitty/space.js / show

Method show

src/utils/Interface.js:304–306  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

302 }
303
304 show() {
305 return this.css({ display: '' });
306 }
307
308 invisible() {
309 return this.css({ visibility: 'hidden' });

Callers

nothing calls this directly

Calls 1

cssMethod · 0.95

Tested by

no test coverage detected