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

Function customTypeExists

bolt/type/Type.cpp:932–935  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

930}
931
932bool customTypeExists(const std::string& name) {
933 auto uppercaseName = boost::algorithm::to_upper_copy(name);
934 return typeFactories().count(uppercaseName) > 0;
935}
936
937std::unordered_set<std::string> getCustomTypeNames() {
938 std::unordered_set<std::string> typeNames;

Callers 2

createMethod · 0.85
hasTypeFunction · 0.85

Calls 1

countMethod · 0.45

Tested by

no test coverage detected