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

Function tryResolveType

bolt/expression/tests/FromSignature.cpp:25–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23using namespace ::bytedance::bolt;
24
25TypePtr tryResolveType(const exec::TypeSignature& signature) {
26 std::unordered_map<std::string, exec::SignatureVariable> variables;
27 std::unordered_map<std::string, TypePtr> resolvedTypeVariables;
28 return exec::SignatureBinder::tryResolveType(
29 signature, variables, resolvedTypeVariables);
30}
31
32struct TypeSignatureTest : public testing::Test {
33 void SetUp() override {

Callers 11

createMethod · 0.85
addSignatureMethod · 0.85
tryResolveTypeMethod · 0.85
tryResolveReturnTypeMethod · 0.85
tryResolveTypeMethod · 0.85
TestRoundTripMethod · 0.85
TESTFunction · 0.85
processConcreteSignatureFunction · 0.85
ExpressionFuzzerMethod · 0.85
fuzzArgumentTypesMethod · 0.85
fuzzReturnTypeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected