Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/dgraph-io/dgraph
/ TestParse2
Function
TestParse2
schema/parse_test.go:227–232 ·
view source on GitHub ↗
(t *testing.T)
Source
from the content-addressed store, hash-verified
225
}
226
227
func
TestParse2(t *testing.T) {
228
reset()
229
result, err := Parse(
""
)
230
require.NoError(t, err)
231
require.Nil(t, result.Preds)
232
}
233
234
func
TestParse3_Error(t *testing.T) {
235
reset()
Callers
nothing calls this directly
Calls
2
reset
Function · 0.85
Parse
Function · 0.70
Tested by
no test coverage detected