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

Function TestSetStatusSerialize

entities/bug/op_set_status_test.go:12–16  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

10)
11
12func TestSetStatusSerialize(t *testing.T) {
13 dag.SerializeRoundTripTest(t, operationUnmarshaler, func(author identity.Interface, unixTime int64) (*SetStatusOperation, entity.Resolvers) {
14 return NewSetStatusOp(author, unixTime, common.ClosedStatus), nil
15 })
16}

Callers

nothing calls this directly

Calls 2

SerializeRoundTripTestFunction · 0.92
NewSetStatusOpFunction · 0.85

Tested by

no test coverage detected