MCPcopy Index your code
hub / github.com/InternLM/InternLM / check_folder

Function check_folder

internlm/utils/storage_manager.py:41–42  ·  view source on GitHub ↗
(fp: str)

Source from the content-addressed store, hash-verified

39
40
41def check_folder(fp: str):
42 storage_manager.assert_fp_exists(fp)
43
44
45def get_fns(fp: str):

Callers

nothing calls this directly

Calls 1

assert_fp_existsMethod · 0.45

Tested by

no test coverage detected