Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F122749429
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 21, 23:01
Size
354 B
Mime Type
text/x-c++
Expires
Wed, Jul 23, 23:01 (2 d)
Engine
blob
Format
Raw Data
Handle
27558839
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