MCPcopy Create free account
hub / github.com/google/gapid / check

Function check

gapil/bapi/bapi_test.go:229–233  ·  view source on GitHub ↗
(err error)

Source from the content-addressed store, hash-verified

227}
228
229func check(err error) {
230 if err != nil {
231 panic(err)
232 }
233}
234
235var compressors = []compressor{
236 {

Callers 7

BenchmarkDecodeFunction · 0.70
BenchmarkApproachesFunction · 0.70
bapi_test.goFile · 0.70
TestPipeListenerFunction · 0.50
validateTargetDataMethod · 0.50
initFunction · 0.50
findUnreachablesFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected