| 1190 | _allowSyncCall(allowSyncCall) {} |
| 1191 | |
| 1192 | bool 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 | |
| 1197 | bool ValueFunctionSchemaAttributes::isMethod() const { |
no outgoing calls
no test coverage detected