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

Method DAPJSONMessageConverter

LuaDebugger/DAPUtils.cs:111–114  ·  view source on GitHub ↗
(DAPMessageTypeHint typeHint)

Source from the content-addressed store, hash-verified

109 private DAPMessageTypeHint TypeHint;
110
111 public DAPJSONMessageConverter(DAPMessageTypeHint typeHint)
112 {
113 TypeHint = typeHint;
114 }
115
116 public override bool CanConvert(Type objectType)
117 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected