MCPcopy Create free account
hub / github.com/dolthub/doltgresql / Lock

Method Lock

postgres/parser/sem/tree/format.go:236–236  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

234
235// Lock is a no-op used by -copylocks checker from `go vet`.
236func (*noCopy) Lock() {}
237
238// Unlock is a no-op used by -copylocks checker from `go vet`.
239func (*noCopy) Unlock() {}

Callers 15

GetPortMethod · 0.80
ReturnMethod · 0.80
StartProfilingFunction · 0.80
StopProfilingFunction · 0.80
RegisterUnclonableTypeFunction · 0.80
typeIsOrContainsVerbotenFunction · 0.80
LoadLocationMethod · 0.80
FixedZoneMethod · 0.80
getClockSequenceMethod · 0.80
shallowDecodeMethod · 0.80
decodeMethod · 0.80
GetExtensionFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected