MCPcopy Create free account
hub / github.com/bytedance/bolt / serializeType

Function serializeType

bolt/functions/remote/client/Remote.cpp:44–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42namespace {
43
44std::string serializeType(const TypePtr& type) {
45 // Use hive type serializer.
46 return type::fbhive::HiveTypeSerializer::serialize(type);
47}
48
49class RemoteFunction : public exec::VectorFunction {
50 public:

Callers 2

RemoteFunctionMethod · 0.85
applyRemoteMethod · 0.85

Calls 1

serializeFunction · 0.50

Tested by

no test coverage detected