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

Function Version

x/init.go:73–75  ·  view source on GitHub ↗

Version returns a string containing the dgraphVersion.

()

Source from the content-addressed store, hash-verified

71
72// Version returns a string containing the dgraphVersion.
73func Version() string {
74 return dgraphVersion
75}
76
77// Codename returns a string containing the dgraphCodename.
78func Codename() string {

Callers 7

HeartbeatMethod · 0.92
HealthMethod · 0.92
CheckVersionMethod · 0.92
zeroHealthMethod · 0.92
NewMCPServerFunction · 0.92
NewMinioClientFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected