MCPcopy Index your code
hub / github.com/catchpoint/WebPageTest.tsproxy / PrintMessage

Function PrintMessage

tsproxy.py:59–63  ·  view source on GitHub ↗
(msg)

Source from the content-addressed store, hash-verified

57
58
59def PrintMessage(msg):
60 # Print the message to stdout & flush to make sure that the message is not
61 # buffered when tsproxy is run as a subprocess.
62 sys.stdout.write(msg + '\n')
63 sys.stdout.flush()
64
65########################################################################################################################
66# Traffic-shaping pipe (just passthrough for now)

Callers 4

__init__Method · 0.85
ProcessCommandMethod · 0.85
mainFunction · 0.85
run_loopFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected