Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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.
50
func
(t Timestamp) Equal(u Timestamp) bool {
51
return
t.Time.Equal(u.Time)
52
}
Callers
15
TestTimestamp_Unmarshal
Function · 0.95
TestTimestamp_MarshalReflexivity
Function · 0.95
visitFileMethods
Function · 0.80
updateGoldenDir
Function · 0.80
assertEqualFiles
Function · 0.80
TestRepositories_EditBranches
Function · 0.80
TestRepositories_Autolinks
Function · 0.80
Test_ParseForms
Function · 0.80
Test_FetchAndSubmitForm
Function · 0.80
Test_ListOAuthApps
Function · 0.80
TestOrganizationsService_ListMembers
Function · 0.80
TestOrganizationsService_ListMembers_public
Function · 0.80
Calls
no outgoing calls
Tested by
15
TestTimestamp_Unmarshal
Function · 0.76
TestTimestamp_MarshalReflexivity
Function · 0.76
updateGoldenDir
Function · 0.64
assertEqualFiles
Function · 0.64
TestRepositories_EditBranches
Function · 0.64
TestRepositories_Autolinks
Function · 0.64
Test_ParseForms
Function · 0.64
Test_FetchAndSubmitForm
Function · 0.64
Test_ListOAuthApps
Function · 0.64
TestOrganizationsService_ListMembers
Function · 0.64
TestOrganizationsService_ListMembers_public
Function · 0.64
TestOrganizationsService_ListOrgMemberships
Function · 0.64