MCPcopy Index your code
hub / github.com/dataease/SQLBot / isEmpty

Function isEmpty

frontend/public/assistant.js:498–500  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

496 return JSON.stringify(list)
497 }
498 function isEmpty(obj) {
499 return obj == null || typeof obj == 'undefined'
500 }
501 function formatCertificate(item) {
502 const { type, source, target, target_key, target_val } = item
503 let source_val = null

Callers 1

formatCertificateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected