Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
67
func
parseAsUint64(val
interface
{}) (uint64, error) {
68
return
parseAsUint(val, 64)
69
}
70
71
func
parseAsUint32(val
interface
{}) (uint32, error) {
72
ret, err := parseAsUint(val, 32)
Callers
3
getMoveTabletInput
Function · 0.85
getRemoveNodeInput
Function · 0.85
getAssignInput
Function · 0.85
Calls
1
parseAsUint
Function · 0.85
Tested by
no test coverage detected