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

Method signatures

bolt/expression/tests/ExprTest.cpp:826–832  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

824 }
825
826 static std::vector<std::shared_ptr<exec::FunctionSignature>> signatures() {
827 // integer -> integer
828 return {exec::FunctionSignatureBuilder()
829 .returnType("integer")
830 .argumentType("integer")
831 .build()};
832 }
833
834 private:
835 const int32_t addition_;

Callers

nothing calls this directly

Calls 2

buildMethod · 0.45

Tested by

no test coverage detected