MCPcopy Create free account
hub / github.com/GoTestTools/gotestfmt / String

Method String

tokenizer/event.go:47–53  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

45}
46
47func (e Event) String() string {
48 data, err := e.MarshalJSON()
49 if err != nil {
50 panic(err)
51 }
52 return string(data)
53}
54
55type tmpEvent struct {
56 // Action is the action that happened in this event.

Callers 5

formatTestOutputFunction · 0.80
MarshalJSONMethod · 0.80
MarshalJSONMethod · 0.80
DiffFunction · 0.80
MarshalJSONMethod · 0.80

Calls 1

MarshalJSONMethod · 0.95

Tested by

no test coverage detected