MCPcopy Create free account
hub / github.com/gavv/httpexpect / mustWrite

Function mustWrite

request.go:2746–2751  ·  view source on GitHub ↗
(w io.Writer, s string)

Source from the content-addressed store, hash-verified

2744}
2745
2746func mustWrite(w io.Writer, s string) {
2747 _, err := w.Write([]byte(s))
2748 if err != nil {
2749 panic(err)
2750 }
2751}

Callers 2

initPathMethod · 0.85
withPathMethod · 0.85

Calls 1

WriteMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…