MCPcopy
hub / github.com/h2oai/wave / Ok

FuncType Ok

pkg/assert/assert.go:32–32  ·  view source on GitHub ↗

Ok fails if cond is false

func(cond bool, v ...interface{})

Source from the content-addressed store, hash-verified

30
31// Ok fails if cond is false
32type Ok func(cond bool, v ...interface{})
33
34// No fails if err is present
35type No func(err error)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected