Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/audacity/audacity
/ doCommand
Function
doCommand
scripts/piped-work/get_gui_structure.py:54–58 ·
view source on GitHub ↗
( command )
Source
from the content-addressed store, hash-verified
52
return
result
53
54
def
doCommand( command ) :
55
sendCommand( command )
56
response = getResponse()
57
print(
"Rcvd: <<< "
+ response )
58
return
response
59
60
def
do( command ) :
61
doCommand( command )
Callers
1
do
Function · 0.85
Calls
3
sendCommand
Function · 0.85
getResponse
Function · 0.85
print
Function · 0.85
Tested by
no test coverage detected