MCPcopy Index your code
hub / github.com/google/go-github / TestUsageItem_GetDate

Function TestUsageItem_GetDate

github/github-accessors_test.go:52082–52088  ·  view source on GitHub ↗
(tt *testing.T)

Source from the content-addressed store, hash-verified

52080}
52081
52082func TestUsageItem_GetDate(tt *testing.T) {
52083 tt.Parallel()
52084 u := &UsageItem{}
52085 u.GetDate()
52086 u = nil
52087 u.GetDate()
52088}
52089
52090func TestUsageItem_GetDiscountAmount(tt *testing.T) {
52091 tt.Parallel()

Callers

nothing calls this directly

Calls 1

GetDateMethod · 0.95

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…