| LCOV - code coverage report | ||||||||||||||||||||||
|
||||||||||||||||||||||
Line data Source code 1 : 2 : #include "oksutils/oks/access.hpp" 3 : 4 : namespace dunedaq { 5 : // JCF, Dec-2-2022: on Andrei Kazarov's recommendation, I stubbed out the origin AccessManager-based code 6 : 7 : bool 8 0 : oksutils::access::is_writable(const oks::OksFile& /*file*/, 9 : const std::string& /*user*/) 10 : { 11 0 : return true; 12 : } 13 : } |
| Generated by: LCOV version 2.0-1 |