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

Function asCall

bolt/dwio/common/MetadataFilter.cpp:166–168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164namespace {
165
166const core::CallTypedExpr* asCall(const core::ITypedExpr* expr) {
167 return dynamic_cast<const core::CallTypedExpr*>(expr);
168}
169
170} // namespace
171

Callers 1

fromExpressionMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected