Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
164
namespace {
165
166
const core::CallTypedExpr* asCall(const core::ITypedExpr* expr) {
167
return dynamic_cast<const core::CallTypedExpr*>(expr);
168
}
169
170
} // namespace
171
Callers
1
fromExpression
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected