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

Function FUNCTION

bolt/type/Type.cpp:769–774  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

767};
768
769std::shared_ptr<const FunctionType> FUNCTION(
770 std::vector<TypePtr>&& argumentTypes,
771 TypePtr returnType) {
772 return std::make_shared<const FunctionType>(
773 std::move(argumentTypes), std::move(returnType));
774};
775
776#define BOLT_DEFINE_SCALAR_ACCESSOR(KIND) \
777 std::shared_ptr<const ScalarType<TypeKind::KIND>> KIND() { \

Callers 3

TEST_FFunction · 0.85
createMethod · 0.85
TEST_FFunction · 0.85

Calls

no outgoing calls

Tested by 2

TEST_FFunction · 0.68
TEST_FFunction · 0.68