MCPcopy Create free account
hub / github.com/uber-go/multierr / ExampleAppendInvoke

Function ExampleAppendInvoke

appendinvoke_example_test.go:32–36  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30)
31
32func ExampleAppendInvoke() {
33 if err := run(); err != nil {
34 log.Fatal(err)
35 }
36}
37
38func run() (err error) {
39 dir, err := os.MkdirTemp("", "multierr")

Callers

nothing calls this directly

Calls 1

runFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…