queryString: time compare\(
query: (and substr:"time" substr:"compare(")
targetRank: 1

**github.com/golang/go/src/time/time.go**
129:type Time struct {
79:package time
271:func (t Time) Compare(u Time) int {
hidden 250 more line matches

github.com/sourcegraph/sourcegraph-public-snapshot/internal/api/api.go
127:func (r ExternalRepoSpec) Compare(s ExternalRepoSpec) int {
7:	"time"
170:	CreatedAt    time.Time       // the date when this settings value was created

github.com/sourcegraph/sourcegraph-public-snapshot/client/shared/src/codeintel/scip.ts
117:    public compare(other: Range): number {
53:        return this.compare(other) < 0
56:        return this.compare(other) <= 0
hidden 10 more line matches

github.com/golang/go/src/strings/compare.go
13:func Compare(a, b string) int {
14:	// NOTE(rsc): This function does NOT call the runtime cmpstring function,

github.com/golang/go/src/go/constant/value.go
1337:func Compare(x_ Value, op token.Token, y_ Value) bool {
1102:// Division by zero leads to a run-time panic.
1381:		re := Compare(x.re, token.EQL, y.re)
hidden 1 more line matches

github.com/golang/go/src/cmd/go/internal/gover/gover.go
36:func Compare(x, y string) int {
20:// but at the time this code was written, there was an existing test that used
49:	if c := cmp.Compare(vx.kind, vy.kind); c != 0 { // "" < alpha < beta < rc
hidden 4 more line matches

hidden 139 more file matches
