# File lib/chef_zero/rest_base.rb, line 193 def exists_data_dir?(request, rest_path=nil) rest_path ||= request.rest_path data_store.exists_dir?(rest_path) end