MCPcopy Create free account
hub / github.com/donatj/sqlread / in

Function in

scanner.go:215–223  ·  view source on GitHub ↗
(b byte, bs []byte)

Source from the content-addressed store, hash-verified

213}
214
215func in(b byte, bs []byte) bool {
216 for _, bb := range bs {
217 if b == bb {
218 return true
219 }
220 }
221
222 return false
223}

Callers 1

insertRowStateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected