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

Function dummyIntegerResolver

bolt/expression/tests/ExprTest.cpp:402–407  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

400};
401
402TypePtr dummyIntegerResolver(
403 const std::vector<std::shared_ptr<const core::ITypedExpr>>& inputs,
404 const std::shared_ptr<const core::CallExpr>& expr,
405 bool nullOnFailure) {
406 return std::make_shared<const IntegerType>();
407}
408
409TypePtr dummyBigIntResolver(
410 const std::vector<std::shared_ptr<const core::ITypedExpr>>& inputs,

Callers 1

TEST_FFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected