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

Method CanConvert

LuaDebugger/DAPUtils.cs:21–24  ·  view source on GitHub ↗
(Type objectType)

Source from the content-addressed store, hash-verified

19 public class DAPJSONTypeLookahead : JsonConverter
20 {
21 public override bool CanConvert(Type objectType)
22 {
23 return objectType.Equals(typeof(DAPMessageTypeHint));
24 }
25
26 public override object ReadJson(JsonReader reader, Type objectType, object existingValue, JsonSerializer serializer)
27 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected