MCPcopy Create free account
hub / github.com/CodeWithHarry/Sigma-Web-Dev-Course / name

Method name

Video 80/gs.js:8–10  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6 }
7
8 get name() {
9 return this._name;
10 }
11
12 set name(value) {
13 if (value.length < 4) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected