| Kind | Covered | All | % |
| expression | 0 | 2 | 0.0 |
| branch | 0 | 0 | nil |
1 (in-package :dydra-ndk)2 3 (defun revision-creation-time (revision-uuid)4 "Returns the creation timestamp for the revision identified by5 REVISION-UUID."6 (declare (ignore revision-uuid))7 (get-universal-time)) ;; TODO