Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
42
func
makeOp(schema string) *api.Operation {
43
return
&api.Operation{
44
Schema: schema,
45
}
46
}
47
48
func
TestParseNQuads(t *testing.T) {
49
nquads := `
Callers
1
TestParseSchemaFromAlterOperation
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected