MCPcopy Index your code
hub / github.com/dgraph-io/dgraph / parseAsUint64

Function parseAsUint64

graphql/admin/removeNode.go:67–69  ·  view source on GitHub ↗
(val interface{})

Source from the content-addressed store, hash-verified

65}
66
67func parseAsUint64(val interface{}) (uint64, error) {
68 return parseAsUint(val, 64)
69}
70
71func parseAsUint32(val interface{}) (uint32, error) {
72 ret, err := parseAsUint(val, 32)

Callers 3

getMoveTabletInputFunction · 0.85
getRemoveNodeInputFunction · 0.85
getAssignInputFunction · 0.85

Calls 1

parseAsUintFunction · 0.85

Tested by

no test coverage detected