MCPcopy Create free account
hub / github.com/Snapchat/Valdi / allowSyncCall

Method allowSyncCall

valdi_core/src/valdi_core/cpp/Schema/ValueSchema.cpp:1204–1206  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1202}
1203
1204bool ValueFunctionSchemaAttributes::allowSyncCall() const {
1205 return _allowSyncCall;
1206}
1207
1208bool ValueFunctionSchemaAttributes::operator==(const ValueFunctionSchemaAttributes& other) const {
1209 return _isMethod == other._isMethod && _isSingleCall == other._isSingleCall &&

Callers 3

ValueSchema.cppFile · 0.80
hashMethod · 0.80
newFunctionClassMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected