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

Method String

postgres/parser/sem/tree/select.go:1017–1019  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1015}
1016
1017func (s LockingStrength) String() string {
1018 return lockingStrengthName[s]
1019}
1020
1021// Format implements the NodeFormatter interface.
1022func (s LockingStrength) Format(ctx *FmtCtx) {

Callers 2

docTableMethod · 0.95
FormatMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected