MCPcopy Index your code
hub / github.com/jordan-wright/email / ExampleAttach

Function ExampleAttach

email_test.go:618–621  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

616}
617
618func ExampleAttach() {
619 e := NewEmail()
620 e.AttachFile("test.txt")
621}
622
623func Test_base64Wrap(t *testing.T) {
624 file := "I'm a file long enough to force the function to wrap a\n" +

Callers

nothing calls this directly

Calls 2

AttachFileMethod · 0.95
NewEmailFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…