MCPcopy Create free account
hub / github.com/GongShichen/LuminaCode / IsBlocking

Function IsBlocking

tools/bash/security.go:226–233  ·  view source on GitHub ↗
(result SecurityCheckResult)

Source from the content-addressed store, hash-verified

224}
225
226func IsBlocking(result SecurityCheckResult) bool {
227 for id := range result.CheckIDs {
228 if blockingCheckIDs[id] {
229 return true
230 }
231 }
232 return false
233}
234
235func IsWarningOnly(result SecurityCheckResult) bool {
236 if len(result.Findings) == 0 {

Callers 2

ClassifyCommandFunction · 0.85
analyzeSingleCommandFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected