MCPcopy Create free account
hub / github.com/dgraph-io/dgraph / IsPasswordVerifier

Method IsPasswordVerifier

dql/parser.go:234–236  ·  view source on GitHub ↗

IsPasswordVerifier returns true if the function name is "checkpwd".

()

Source from the content-addressed store, hash-verified

232
233// IsPasswordVerifier returns true if the function name is "checkpwd".
234func (f *Function) IsPasswordVerifier() bool {
235 return f.Name == "checkpwd"
236}
237
238// DebugPrint is useful for debugging.
239func (gq *GraphQuery) DebugPrint(prefix string) {

Callers 1

treeCopyFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected