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

Function makeOp

edgraph/server_test.go:42–46  ·  view source on GitHub ↗
(schema string)

Source from the content-addressed store, hash-verified

40}
41
42func makeOp(schema string) *api.Operation {
43 return &api.Operation{
44 Schema: schema,
45 }
46}
47
48func TestParseNQuads(t *testing.T) {
49 nquads := `

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected