MCPcopy Create free account
hub / github.com/beutton/browser-flight-simulator / get

Function get

packages/core/src/decorators.ts:17–19  ·  view source on GitHub ↗
(this: Extract<T, Material>)

Source from the content-addressed store, hash-verified

15 Object.defineProperty(target, propertyKey, {
16 enumerable: true,
17 get(this: Extract<T, Material>): boolean {
18 return this.defines?.[name] != null
19 },
20 set(this: Extract<T, Material>, value: boolean) {
21 if (value !== this[propertyKey]) {
22 if (value) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected