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

Method Equal

github/timestamp.go:50–52  ·  view source on GitHub ↗

Equal reports whether t and u are equal based on time.Equal.

(u Timestamp)

Source from the content-addressed store, hash-verified

48
49// Equal reports whether t and u are equal based on time.Equal.
50func (t Timestamp) Equal(u Timestamp) bool {
51 return t.Time.Equal(u.Time)
52}

Callers 15

TestTimestamp_UnmarshalFunction · 0.95
visitFileMethodsFunction · 0.80
updateGoldenDirFunction · 0.80
assertEqualFilesFunction · 0.80
Test_ParseFormsFunction · 0.80
Test_FetchAndSubmitFormFunction · 0.80
Test_ListOAuthAppsFunction · 0.80

Calls

no outgoing calls