Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alienkitty/space.js
/ hide
Method
hide
src/utils/Interface.js:300–302 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
298
}
299
300
hide() {
301
return
this.css({ display:
'none'
});
302
}
303
304
show() {
305
return
this.css({ display:
''
});
Callers
nothing calls this directly
Calls
1
css
Method · 0.95
Tested by
no test coverage detected