MCPcopy 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
54def doCommand( command ) :
55 sendCommand( command )
56 response = getResponse()
57 print( "Rcvd: <<< " + response )
58 return response
59
60def do( command ) :
61 doCommand( command )

Callers 1

doFunction · 0.85

Calls 3

sendCommandFunction · 0.85
getResponseFunction · 0.85
printFunction · 0.85

Tested by

no test coverage detected