Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
7
def
ls():
8
return
os.listdir(
'.'
)
9
10
11
def
is_hidden(path):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected