Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
4
export
interface
ICastParser {
5
parse(text: string): ICastObject
6
}
7
8
export
function
parse(text: string): ICastObject {
Callers
8
parse
Function · 0.65
parse
Method · 0.65
parse
Method · 0.65
parse
Method · 0.65
parse
Method · 0.65
CastParser.test.ts
File · 0.65
st
Function · 0.65
bundle.min.js
File · 0.65
Implementers
4
AsciinemaCastParser
src/CastParser.ts
AsciinemaCastV1Parser
src/CastParser.ts
AsciinemaCastV2Parser
src/CastParser.ts
TerminalizerParser
src/CastParser.ts
Calls
no outgoing calls
Tested by
no test coverage detected