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

Method phi

docs/app/js/sanddance-app.js:75697–75699  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

75695 this[2] = (0, _validators.checkNumber)(value);
75696 }
75697 get phi() {
75698 return this[0];
75699 }
75700 set phi(value) {
75701 this[0] = (0, _validators.checkNumber)(value);
75702 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected