MCPcopy 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};
81087function isEmptyObj2(obj) {
81088 if (!obj)
81089 return true;
81090 for (const _k in obj)
81091 return false;
81092 return true;
81093}

Callers 2

isRequestOptionsFunction · 0.85
applyHeadersMut2Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected