MCPcopy Create free account
hub / github.com/dblalock/bolt / ls

Function ls

experiments/python/files.py:7–8  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5
6
7def ls():
8 return os.listdir('.')
9
10
11def is_hidden(path):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected