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

Method signatures

bolt/expression/tests/ExprTest.cpp:944–950  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

942 }
943
944 static std::vector<std::shared_ptr<exec::FunctionSignature>> signatures() {
945 // integer -> integer
946 return {exec::FunctionSignatureBuilder()
947 .returnType("integer")
948 .argumentType("integer")
949 .build()};
950 }
951};
952} // namespace
953

Callers

nothing calls this directly

Calls 2

buildMethod · 0.45

Tested by

no test coverage detected