MCPcopy
hub / github.com/go-sql-driver/mysql / Lock

Method Lock

utils.go:751–751  ·  view source on GitHub ↗

Lock is a no-op used by -copylocks checker from `go vet`.

()

Source from the content-addressed store, hash-verified

749
750// Lock is a no-op used by -copylocks checker from `go vet`.
751func (*noCopy) Lock() {}
752
753// Unlock is a no-op used by -copylocks checker from `go vet`.
754// noCopy should implement sync.Locker from Go 1.11

Callers 10

RegisterTLSConfigFunction · 0.80
DeregisterTLSConfigFunction · 0.80
RegisterServerPubKeyFunction · 0.80
DeregisterServerPubKeyFunction · 0.80
RegisterDialContextFunction · 0.80
DeregisterDialContextFunction · 0.80
RegisterLocalFileFunction · 0.80
DeregisterLocalFileFunction · 0.80
RegisterReaderHandlerFunction · 0.80
DeregisterReaderHandlerFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected