Home
last modified time | relevance | path

Searched refs:fileModifiedTime (Results 1 – 1 of 1) sorted by relevance

/plugin/dokullm/
H A DChromaDBClient.php332 * @param int $fileModifiedTime The file's last modification timestamp (from filemtime)
336 public function needsUpdate($collectionId, $documentId, $fileModifiedTime) { argument
369 if ($fileModifiedTime > $processedTimestamp) {
592 $fileModifiedTime = filemtime($filePath);
594 $needsUpdate = $this->needsUpdate($collectionId, $id, $fileModifiedTime);