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

Method values

cpp/fory/serialization/namespace_macro_test.cc:114–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112 NestedChoice() = default;
113
114 static NestedChoice values(Values value) {
115 return NestedChoice(std::move(value));
116 }
117
118 uint32_t fory_case_id() const noexcept { return 1; }
119

Callers 10

cmd_compileFunction · 0.45
_import_statementsMethod · 0.45
generate_grpc_moduleMethod · 0.45
install_jdksFunction · 0.45

Calls 1

NestedChoiceClass · 0.85

Tested by

no test coverage detected