MCPcopy Create free account
hub / github.com/Norbyte/bg3se / DAPStream

Method DAPStream

LuaDebugger/DAPStream.cs:23–27  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21 public MessageReceivedDelegate MessageReceived = delegate { };
22
23 public DAPStream()
24 {
25 Input = Console.OpenStandardInput();
26 InputReader = new StreamReader(Input, Encoding.UTF8);
27 }
28
29 public void EnableLogging(Stream logStream)
30 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected