MCPcopy Index your code
hub / github.com/JavaCS3/xterm-player / parse

Method parse

src/CastParser.ts:5–5  ·  view source on GitHub ↗
(text: string)

Source from the content-addressed store, hash-verified

3
4export interface ICastParser {
5 parse(text: string): ICastObject
6}
7
8export function parse(text: string): ICastObject {

Callers 8

parseFunction · 0.65
parseMethod · 0.65
parseMethod · 0.65
parseMethod · 0.65
parseMethod · 0.65
CastParser.test.tsFile · 0.65
stFunction · 0.65
bundle.min.jsFile · 0.65

Implementers 4

AsciinemaCastParsersrc/CastParser.ts
AsciinemaCastV1Parsersrc/CastParser.ts
AsciinemaCastV2Parsersrc/CastParser.ts
TerminalizerParsersrc/CastParser.ts

Calls

no outgoing calls

Tested by

no test coverage detected