Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
35
def
resfs_file_exists(path):
36
return
resfs_src(path, resfs_file=True) is not None
37
38
39
def
resfs_files(prefix=
""
):
Callers
nothing calls this directly
Calls
1
resfs_src
Function · 0.90
Tested by
no test coverage detected