Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alienkitty/space.js
/ constructor
Method
constructor
src/ui/PointInfo.js:10–18 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
8
9
export
class
PointInfo extends Interface {
10
constructor() {
11
super(
'.info'
);
12
13
this.numbers = [];
14
this.locked = false;
15
16
this.init();
17
this.initViews();
18
}
19
20
init() {
21
this.css({
Callers
nothing calls this directly
Calls
2
init
Method · 0.95
initViews
Method · 0.95
Tested by
no test coverage detected