Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F120790972
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
Mon, Jul 7, 02:52
Size
354 B
Mime Type
text/x-c++
Expires
Wed, Jul 9, 02:52 (2 d)
Engine
blob
Format
Raw Data
Handle
27249882
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