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

Method String

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

Source from the content-addressed store, hash-verified

1057}
1058
1059func (p LockingWaitPolicy) String() string {
1060 return lockingWaitPolicyName[p]
1061}
1062
1063// Format implements the NodeFormatter interface.
1064func (p LockingWaitPolicy) Format(ctx *FmtCtx) {

Callers 2

docTableMethod · 0.95
FormatMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected