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

Function resolveCallableSpecialForm

bolt/functions/FunctionRegistry.cpp:98–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96}
97
98std::shared_ptr<const Type> resolveCallableSpecialForm(
99 const std::string& functionName,
100 const std::vector<TypePtr>& argTypes) {
101 return exec::resolveTypeForSpecialForm(functionName, argTypes);
102}
103
104std::shared_ptr<const Type> resolveSimpleFunction(
105 const std::string& functionName,

Callers 1

Calls 1

Tested by

no test coverage detected