MCPcopy Create free account
hub / github.com/microsoft/debugpy / flush

Method flush

tests/debug/session.py:623–626  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

621 quote = None
622
623 def flush():
624 if current:
625 args.append("".join(current))
626 current.clear()
627
628 for ch in s:
629 if quote is None:

Callers 2

code_to_debugFunction · 0.45
cli_parserFunction · 0.45

Calls 3

appendMethod · 0.45
joinMethod · 0.45
clearMethod · 0.45

Tested by 2

code_to_debugFunction · 0.36
cli_parserFunction · 0.36