Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F100881924
ascii.d.ts
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, Feb 3, 14:14
Size
558 B
Mime Type
text/x-java
Expires
Wed, Feb 5, 14:14 (1 d, 21 h)
Engine
blob
Format
Raw Data
Handle
24050184
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
ascii.d.ts
View Options
import { RangeCov } from "./types";
interface ReadonlyRangeTree {
readonly start: number;
readonly end: number;
readonly count: number;
readonly children: ReadonlyRangeTree[];
}
export declare function emitForest(trees: ReadonlyArray<ReadonlyRangeTree>): string;
export declare function emitForestLines(trees: ReadonlyArray<ReadonlyRangeTree>): string[];
export declare function parseFunctionRanges(text: string, offsetMap: Map<number, number>): RangeCov[];
export declare function parseOffsets(text: string): Map<number, number>;
export {};
Event Timeline
Log In to Comment