Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cryptii/cryptii
/ constructor
Method
constructor
src/View/Field.js:11–17 ·
view source on GitHub ↗
* Constructor
()
Source
from the content-addressed store, hash-verified
9
* Constructor
10
*/
11
constructor () {
12
super()
13
this._$message = null
14
this._message = null
15
this._id = StringUtil.uniqueId()
16
this._first = false
17
}
18
19
/**
20
* Returns wether this field is the first in a row.
Callers
nothing calls this directly
Calls
1
uniqueId
Method · 0.80
Tested by
no test coverage detected