MCPcopy Create free account
hub / github.com/dgraph-io/dgraph / parseAsUint32

Function parseAsUint32

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

Source from the content-addressed store, hash-verified

69}
70
71func parseAsUint32(val interface{}) (uint32, error) {
72 ret, err := parseAsUint(val, 32)
73 return uint32(ret), err
74}
75
76func parseAsUint(val interface{}, bitSize int) (uint64, error) {
77 ret := uint64(0)

Callers 2

getMoveTabletInputFunction · 0.85
getRemoveNodeInputFunction · 0.85

Calls 1

parseAsUintFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…