MCPcopy Create free account
hub / github.com/dbt-labs/ade-bench / check_file_exists

Function check_file_exists

scripts_python/profiling_statistics.py:150–151  ·  view source on GitHub ↗
(folder_path: Path, filename: str)

Source from the content-addressed store, hash-verified

148
149
150def check_file_exists(folder_path: Path, filename: str) -> bool:
151 return (folder_path / filename).exists()
152
153
154def get_or_create_function(cursor: sqlite3.Cursor, func_tuple: tuple) -> int:

Callers 1

import_single_folderFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected