Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
pd
Function · 0.85
isObject3
Function · 0.85
getListeners
Function · 0.85
get
Method · 0.45
set
Method · 0.45
delete
Method · 0.45
Tested by
no test coverage detected