MCPcopy
hub / github.com/colinhacks/zod / get

Function get

packages/bench/property-access.ts:22–24  ·  view source on GitHub ↗
(target, prop)

Source from the content-addressed store, hash-verified

20 },
21 {
22 get(target, prop) {
23 return (target as any)[prop];
24 },
25 set(target, prop, value) {
26 (target as any)[prop] = value;
27 return true;

Callers

nothing calls this directly

Calls 1

getMethod · 0.80

Tested by

no test coverage detected