Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/UbiquitousLearning/mllm
/ make_command_str
Method
make_command_str
task.py:96–97 ·
view source on GitHub ↗
(self, commands: List)
Source
from the content-addressed store, hash-verified
94
self.config: Dict = config
95
96
def
make_command_str(self, commands: List) -> str:
97
return
" "
.join(commands)
98
99
def
run(self):
100
pass
Callers
7
run
Method · 0.80
run
Method · 0.80
run
Method · 0.80
run
Method · 0.80
run
Method · 0.80
run
Method · 0.80
run
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected