MCPcopy Create free account
hub / github.com/catboost/catboost / resfs_file_exists

Function resfs_file_exists

library/python/resource/__init__.py:35–36  ·  view source on GitHub ↗
(path)

Source from the content-addressed store, hash-verified

33
34
35def resfs_file_exists(path):
36 return resfs_src(path, resfs_file=True) is not None
37
38
39def resfs_files(prefix=""):

Callers

nothing calls this directly

Calls 1

resfs_srcFunction · 0.90

Tested by

no test coverage detected