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

Function getCustomType

bolt/type/Type.cpp:962–969  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

960}
961
962TypePtr getCustomType(const std::string& name) {
963 auto factories = getTypeFactories(name);
964 if (factories) {
965 return factories->getType();
966 }
967
968 return nullptr;
969}
970
971exec::CastOperatorPtr getCustomTypeCastOperator(const std::string& name) {
972 auto factories = getTypeFactories(name);

Callers 3

TEST_FFunction · 0.85
createMethod · 0.85
getTypeFunction · 0.85

Calls 1

getTypeMethod · 0.45

Tested by 1

TEST_FFunction · 0.68