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

Class Text

csharp/tests/Fory.Tests/ForyRuntimeTests.cs:495–496  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

493 public sealed partial record Unknown(UnknownCase Value) : SourceGeneratedShape;
494
495 [ForyCase(0)]
496 public sealed partial record Text(string Value) : SourceGeneratedShape;
497
498 [ForyCase(1, Type = typeof(S.Fixed<S.Int32>))]
499 public sealed partial record Number(int Value) : SourceGeneratedShape;

Callers 5

pb_response_payloadFunction · 0.85
pb_aggregateFunction · 0.85
build_any_holderFunction · 0.85

Calls

no outgoing calls

Tested by 3

build_any_holderFunction · 0.68