MCPcopy Index your code
hub / github.com/coder/coder / Equal

Method Equal

coderd/database/pglocks.go:38–41  ·  view source on GitHub ↗
(b PGLock)

Source from the content-addressed store, hash-verified

36}
37
38func (l PGLock) Equal(b PGLock) bool {
39 // Lazy, but hope this works
40 return reflect.DeepEqual(l, b)
41}
42
43func (l PGLock) String() string {
44 granted := "granted"

Calls

no outgoing calls