Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dgraph-io/dgraph-benchmarks
/ body
Function
body
scripts/mutations/mutation.go:35–37 ·
view source on GitHub ↗
(rdf string)
Source
from the content-addressed store, hash-verified
33
)
34
35
func
body(rdf string) string {
36
return
fmt.Sprintf(
"mutation { set { %s } }"
, rdf)
37
}
38
39
type
response
struct
{
40
Code string `json:
"code"
`
Callers
1
makeRequest
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected