MCPcopy
hub / github.com/di-sukharev/opencommit / set

Function set

out/cli.cjs:10039–10041  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

10037 return pd(this).event[key];
10038 },
10039 set(value) {
10040 pd(this).event[key] = value;
10041 },
10042 configurable: true,
10043 enumerable: true
10044 };

Callers

nothing calls this directly

Calls 6

pdFunction · 0.85
isObject3Function · 0.85
getListenersFunction · 0.85
getMethod · 0.45
setMethod · 0.45
deleteMethod · 0.45

Tested by

no test coverage detected