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

Method createFunction

bolt/expression/SimpleFunctionRegistry.h:59–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57 }
58
59 std::unique_ptr<Function> createFunction() const {
60 return factory_();
61 }
62
63 private:
64 const std::shared_ptr<const Metadata> metadata_;

Callers 3

createFunctionMethod · 0.45
testVariadicArgReuseFunction · 0.45

Calls

no outgoing calls

Tested by 1

testVariadicArgReuseFunction · 0.36