Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
pd
Function · 0.85
getListeners
Function · 0.85
createBuilder
Function · 0.85
createStyler
Function · 0.85
getModelAnsi
Function · 0.85
end
Method · 0.80
toLowerCase
Method · 0.80
get
Method · 0.45
request
Method · 0.45
toString
Method · 0.45
Tested by
no test coverage detected