()
| 35 | } |
| 36 | |
| 37 | func ShouldCheckPromptSensitive() bool { |
| 38 | return CheckSensitiveEnabled && CheckSensitiveOnPromptEnabled |
| 39 | } |
| 40 | |
| 41 | //func ShouldCheckCompletionSensitive() bool { |
| 42 | // return CheckSensitiveEnabled && CheckSensitiveOnCompletionEnabled |
no outgoing calls
no test coverage detected