MCPcopy
hub / github.com/dgraph-io/dgraph / Step

Method Step

worker/sink_handler.go:235–238  ·  view source on GitHub ↗
(challenge string)

Source from the content-addressed store, hash-verified

233}
234
235func (sc *scramClient) Step(challenge string) (response string, err error) {
236 response, err = sc.ClientConversation.Step(challenge)
237 return
238}
239
240func (sc *scramClient) Done() bool {
241 return sc.ClientConversation.Done()

Callers 1

RaftMessageMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected