Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bugy/script-server
/ _default_script_path
Function
_default_script_path
src/tests/config_service_test.py:844–845 ·
view source on GitHub ↗
(name)
Source
from the content-addressed store, hash-verified
842
843
844
def
_default_script_path(name):
845
return
os.path.join(test_utils.temp_folder,
'scripts'
, name +
'.sh'
)
846
847
848
def
_prepare_script_config_object(name, **kwargs):
Callers
6
test_new_code
Method · 0.85
test_upload_code
Method · 0.85
setUp
Method · 0.85
test_update_config_new_code
Method · 0.85
test_update_config_upload_code
Method · 0.85
_create_script_file
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected