MCPcopy Create free account
hub / github.com/OpenSignLabs/OpenSign / _safeGetWidgets

Function _safeGetWidgets

apps/OpenSign/src/constant/Utils.js:3792–3798  ·  view source on GitHub ↗
(field)

Source from the content-addressed store, hash-verified

3790/* ---- flattenPdf private helpers ---- */
3791
3792function _safeGetWidgets(field) {
3793 try {
3794 return field.acroField?.getWidgets?.() || [];
3795 } catch {
3796 return [];
3797 }
3798}
3799
3800function _getWidgetRect(widget, pdfDoc) {
3801 try {

Callers 1

flattenPdfFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected