MCPcopy Index your code
hub / github.com/aiprodcoder/MIXAPI / ShouldCheckPromptSensitive

Function ShouldCheckPromptSensitive

setting/sensitive.go:37–39  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

35}
36
37func ShouldCheckPromptSensitive() bool {
38 return CheckSensitiveEnabled && CheckSensitiveOnPromptEnabled
39}
40
41//func ShouldCheckCompletionSensitive() bool {
42// return CheckSensitiveEnabled && CheckSensitiveOnCompletionEnabled

Callers 5

GeminiHelperFunction · 0.92
ResponsesHelperFunction · 0.92
getAndValidImageRequestFunction · 0.92
getAndValidAudioRequestFunction · 0.92
TextHelperFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected