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

Method tryBind

bolt/expression/fuzzer/ExpressionFuzzer.cpp:78–80  ·  view source on GitHub ↗

Returns true if argument types and return type specified in the constructor match specified signature.

Source from the content-addressed store, hash-verified

76 // Returns true if argument types and return type specified in the constructor
77 // match specified signature.
78 bool tryBind() {
79 return bound_;
80 }
81
82 private:
83 bool bound_{false};

Callers 9

testBindingSuccessMethod · 0.45
testBindingFailureMethod · 0.45
testSignatureBinderFunction · 0.45
assertCannotResolveFunction · 0.45
TESTFunction · 0.45
isDeterministicFunction · 0.45
findSignatureTemplateMethod · 0.45
fuzzArgumentTypesMethod · 0.45

Calls

no outgoing calls

Tested by 5

testBindingSuccessMethod · 0.36
testBindingFailureMethod · 0.36
testSignatureBinderFunction · 0.36
assertCannotResolveFunction · 0.36
TESTFunction · 0.36