MCPcopy Create free account
hub / github.com/araddon/qlbridge / Validate

Method Validate

expr/node.go:1733–1735  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1731 }
1732}
1733func (m *UnaryNode) Validate() error {
1734 return m.Arg.Validate()
1735}
1736func (m *UnaryNode) ChildrenArgs() []Node {
1737 return []Node{m.Arg}
1738}

Callers

nothing calls this directly

Calls 1

ValidateMethod · 0.65

Tested by

no test coverage detected