MCPcopy
hub / github.com/spf13/pflag / newUint64Value

Function newUint64Value

uint64.go:8–11  ·  view source on GitHub ↗
(val uint64, p *uint64)

Source from the content-addressed store, hash-verified

6type uint64Value uint64
7
8func newUint64Value(val uint64, p *uint64) *uint64Value {
9 *p = val
10 return (*uint64Value)(p)
11}
12
13func (i *uint64Value) Set(s string) error {
14 v, err := strconv.ParseUint(s, 0, 64)

Callers 4

Uint64VarMethod · 0.85
Uint64VarPMethod · 0.85
Uint64VarFunction · 0.85
Uint64VarPFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected