Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/di-sukharev/opencommit
/ hasOwn2
Function
hasOwn2
out/cli.cjs:81088–81090 ·
view source on GitHub ↗
(obj, key)
Source
from the content-addressed store, hash-verified
81086
};
81087
function
isEmptyObj2(obj) {
81088
if
(!obj)
81089
return
true;
81090
for
(
const
_k in obj)
81091
return
false;
81092
return
true;
81093
}
Callers
2
isRequestOptions
Function · 0.85
applyHeadersMut2
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected