QLDoc fixes

This commit is contained in:
Harry Maclean
2022-08-16 14:18:11 +12:00
parent 9651fa1573
commit 5d356df300

View File

@@ -41,8 +41,10 @@ module ActiveResource {
/** Gets the API node for this model */
API::Node getModelApiNode() { result = model }
/** Gets a call to `site=`, which sets the base URL for this model. */
SiteAssignCall getASiteAssignment() { result.getModelClass() = this }
/** Holds if `c` sets a base URL which does not use HTTPS. */
predicate disablesCertificateValidation(SiteAssignCall c) {
c = this.getASiteAssignment() and
c.disablesCertificateValidation()