MCPcopy Create free account
hub / github.com/cloudflare/cfssl / matchKeywords

Function matchKeywords

api/api.go:154–161  ·  view source on GitHub ↗
(blob map[string]string, keywords []string)

Source from the content-addressed store, hash-verified

152}
153
154func matchKeywords(blob map[string]string, keywords []string) bool {
155 for _, keyword := range keywords {
156 if _, ok := blob[keyword]; !ok {
157 return false
158 }
159 }
160 return true
161}
162
163// ResponseMessage implements the standard for response errors and
164// messages. A message has a code and a string message.

Callers 2

ProcessRequestOneOfFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…