Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bugy/script-server
/ _dir
Function
_dir
src/tests/parameter_server_file_test.py:557–558 ·
view source on GitHub ↗
(name, readable=True)
Source
from the content-addressed store, hash-verified
555
556
557
def
_dir(name, readable=True):
558
return
{
'name'
: name,
'readable'
: readable,
'type'
:
'dir'
}
Callers
7
test_list_files_with_nested_structure
Method · 0.85
test_list_files_3_level
Method · 0.85
test_list_files_unaccessible_dir
Method · 0.85
test_list_files_when_file_type_file
Method · 0.85
test_list_files_when_file_type_dir
Method · 0.85
test_list_files_when_extension
Method · 0.85
test_list_files_for_nested_when_file_type_and_extensions
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected