| 135 | } |
| 136 | |
| 137 | type BundleInspectResult struct { |
| 138 | InspectedBundles []BundleInspection `json:"inspectedBundles"` |
| 139 | } |
| 140 | |
| 141 | type BundleInspection struct { |
| 142 | Authentic bool `json:"authentic"` |
nothing calls this directly
no outgoing calls
no test coverage detected