MCPcopy
hub / github.com/sqldef/sqldef / IsEmpty

Method IsEmpty

parser/node.go:3190–3192  ·  view source on GitHub ↗

IsEmpty returns true if the name is empty.

()

Source from the content-addressed store, hash-verified

3188
3189// IsEmpty returns true if the name is empty.
3190func (n Ident) IsEmpty() bool {
3191 return n.Name == ""
3192}
3193
3194// Format formats the node for SQL generation.
3195func (n Ident) Format(buf *nodeBuffer) {

Callers 15

parseTableFunction · 0.95
FormatMethod · 0.45
FormatMethod · 0.45
FormatMethod · 0.45
FormatMethod · 0.45
FormatMethod · 0.45
FormatMethod · 0.45
FormatMethod · 0.45
FormatMethod · 0.45
FormatMethod · 0.45
FormatMethod · 0.45
FormatMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected