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

Function resolveVectorFunction

bolt/functions/FunctionRegistry.cpp:115–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113}
114
115std::shared_ptr<const Type> resolveVectorFunction(
116 const std::string& functionName,
117 const std::vector<TypePtr>& argTypes) {
118 return exec::resolveVectorFunction(functionName, argTypes);
119}
120
121} // namespace bytedance::bolt

Callers 2

resolveFunctionFunction · 0.70

Calls

no outgoing calls

Tested by 1