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

Function get

out/cli.cjs:10036–10038  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10034 function defineRedirectDescriptor(key) {
10035 return {
10036 get() {
10037 return pd(this).event[key];
10038 },
10039 set(value) {
10040 pd(this).event[key] = value;
10041 },

Callers

nothing calls this directly

Calls 10

pdFunction · 0.85
getListenersFunction · 0.85
createBuilderFunction · 0.85
createStylerFunction · 0.85
getModelAnsiFunction · 0.85
endMethod · 0.80
toLowerCaseMethod · 0.80
getMethod · 0.45
requestMethod · 0.45
toStringMethod · 0.45

Tested by

no test coverage detected