فهرست منبع

added additional comments

Enzo 1 سال پیش
والد
کامیت
62d825efbe
1فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  1. 2 1
      services/query.service.ts

+ 2 - 1
services/query.service.ts

@@ -104,7 +104,8 @@ export class queryService {
         The isObjectMatching function first checks if the input object is of type object. If not, it returns false. If the object is an object, 
         it checks whether the object or any of its nested objects satisfy the conditions in searchObj by calling isMatchingObject and isObjectMatching recursively.
         Finally, the hasKeyAndValue function returns the result of isObjectMatching(data), which is a boolean indicating whether data satisfies 
-        the conditions specified in searchObj. */
+        the conditions specified in searchObj. 
+        PS: this function is not my code. */
     }
 }