MCPcopy Create free account
hub / github.com/microsoft/SandDance / level

Method level

docs/app/js/sanddance-app.js:58125–58127  ·  view source on GitHub ↗
(newLevel)

Source from the content-addressed store, hash-verified

58123 Object.seal(this);
58124 }
58125 set level(newLevel) {
58126 this.setLevel(newLevel);
58127 }
58128 get level() {
58129 return this.getLevel();
58130 }

Callers

nothing calls this directly

Calls 2

setLevelMethod · 0.95
getLevelMethod · 0.95

Tested by

no test coverage detected