MCPcopy Create free account
hub / github.com/Depth2World/VLADBench / isfile

Function isfile

evaluate_utils.py:89–90  ·  view source on GitHub ↗
(path)

Source from the content-addressed store, hash-verified

87 return count
88
89def isfile(path):
90 return os.path.isfile(path)
91
92
93def load_json_data(path):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected