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

Method getType

bolt/type/parser/tests/TypeParserTest.cpp:62–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60 TypeFactories(const TypePtr& type) : type_(type) {}
61
62 TypePtr getType() const override {
63 return type_;
64 }
65
66 exec::CastOperatorPtr getCastOperator() const override {
67 return nullptr;

Callers 1

getCustomTypeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected