Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
41
def
check_folder(fp: str):
42
storage_manager.assert_fp_exists(fp)
43
44
45
def
get_fns(fp: str):
Callers
nothing calls this directly
Calls
1
assert_fp_exists
Method · 0.45
Tested by
no test coverage detected