Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F95253919
index.js
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sat, Dec 14, 03:18
Size
354 B
Mime Type
text/x-c++
Expires
Mon, Dec 16, 03:18 (2 d)
Engine
blob
Format
Raw Data
Handle
22946028
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
index.js
View Options
'use strict';
/*
Copyright 2012-2015, Yahoo Inc.
Copyrights licensed under the New BSD License. See the accompanying LICENSE file for terms.
*/
const LcovOnly = require('../lcovonly');
class TextLcov extends LcovOnly {
constructor(opts) {
super({
...opts,
file: '-'
});
}
}
module.exports = TextLcov;
Event Timeline
Log In to Comment