(cfg *config.Config)
| 1828 | } |
| 1829 | |
| 1830 | func configuredSignatureBypassStrict(cfg *config.Config) bool { |
| 1831 | if cfg != nil && cfg.AntigravitySignatureBypassStrict != nil { |
| 1832 | return *cfg.AntigravitySignatureBypassStrict |
| 1833 | } |
| 1834 | return false |
| 1835 | } |
no outgoing calls
no test coverage detected