log/slog.Value.Uint64 (method, view implemented interface methods)

2 uses

	log/slog (current package)
		json_handler.go#L113: 		*s.buf = strconv.AppendUint(*s.buf, v.Uint64(), 10)
		value.go#L327: func (v Value) Uint64() uint64 {