MCPcopy Index your code
hub / github.com/git-bug/git-bug / TestSetTitleSerialize

Function TestSetTitleSerialize

entities/bug/op_set_title_test.go:11–15  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

9)
10
11func TestSetTitleSerialize(t *testing.T) {
12 dag.SerializeRoundTripTest(t, operationUnmarshaler, func(author identity.Interface, unixTime int64) (*SetTitleOperation, entity.Resolvers) {
13 return NewSetTitleOp(author, unixTime, "title", "was"), nil
14 })
15}

Callers

nothing calls this directly

Calls 2

SerializeRoundTripTestFunction · 0.92
NewSetTitleOpFunction · 0.85

Tested by

no test coverage detected