MCPcopy
hub / github.com/Tencent/omi / get

Function get

packages/omi/src/utils.ts:142–150  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

140 return {
141 configurable: true,
142 get() {
143 const bound = descriptor.value.bind(this)
144 Object.defineProperty(this, propertyKey, {
145 value: bound,
146 configurable: true,
147 writable: true,
148 })
149 return bound
150 },
151 }
152}
153

Callers

nothing calls this directly

Calls 1

bindMethod · 0.45

Tested by

no test coverage detected