MCPcopy Create free account
hub / github.com/apache/fory / FromRuntime

Method FromRuntime

csharp/src/Fory/UnknownCase.cs:47–50  ·  view source on GitHub ↗
(int caseId, uint typeId, object? value)

Source from the content-addressed store, hash-verified

45 }
46
47 internal static UnknownCase FromRuntime(int caseId, uint typeId, object? value)
48 {
49 return new UnknownCase(caseId, typeId, value);
50 }
51
52 public override string ToString()
53 {

Callers 1

ReadPayloadMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected