object-introspection/types/thrift_isset_type.toml
Jake Hillion f9cb0115e1 types: remove now unused handlers
Summary:

Handlers were added in an intermediate form of tbv2 but those intermediate
forms have now been removed. Remove all the handlers to make grepping/find and
replaces easier across the types.

Test Plan:

- CI
2023-11-15 14:27:07 +00:00

24 lines
456 B
TOML

[info]
type_name = "apache::thrift::detail::isset_bitset"
ctype = "THRIFT_ISSET_TYPE"
header = "thrift/lib/cpp2/gen/module_types_h.h"
required_features = ["capture-thrift-isset"]
# Old:
typeName = "apache::thrift::detail::isset_bitset<"
ns = ["apache::thrift::detail::isset_bitset"]
numTemplateParams = 2
replaceTemplateParamIndex = []
[codegen]
decl = """
// DummyDecl %1%
"""
func = """
// DummyFunc %1%
"""
traversal_func = """
return returnArg;
"""