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

Struct Assertion

core/assert/assertion.go:33–37  ·  view source on GitHub ↗

Assertion is the type for the start of an assertion line. You construct an assertion from an Output using assert.For.

Source from the content-addressed store, hash-verified

31 // Assertion is the type for the start of an assertion line.
32 // You construct an assertion from an Output using assert.For.
33 Assertion struct {
34 level level
35 out *bytes.Buffer
36 to Output
37 }
38)
39
40const (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected