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

Method isMethod

valdi_core/src/valdi_core/cpp/Schema/ValueSchema.cpp:1192–1194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1190 _allowSyncCall(allowSyncCall) {}
1191
1192bool ValueFunctionSchemaAttributes::empty() const {
1193 // Show modifiers block when we have any; bansync (`b`) is emitted when allowSyncCall is false
1194 return !(_isMethod || _isSingleCall || _shouldDispatchToWorkerThread || !_allowSyncCall);
1195}
1196
1197bool ValueFunctionSchemaAttributes::isMethod() const {

Callers 4

ValueSchema.cppFile · 0.80
hashMethod · 0.80
newFunctionClassMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected