Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Lobos/react-ui
/ constructor
Method
constructor
test/utils/clone.js:7–9 ·
view source on GitHub ↗
(name)
Source
from the content-addressed store, hash-verified
5
6
class
Person {
7
constructor(name) {
8
this.name = name;
9
}
10
}
11
Person.valueOf = null
12
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected