Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/JavaCS3/xterm-player
/ title
Function
title
src/Utils.ts:1–3 ·
view source on GitHub ↗
(cls: Function, str: string)
Source
from the content-addressed store, hash-verified
1
export
function
title(cls: Function, str: string) {
2
return
cls.name +
': '
+ str
3
}
4
5
export
class
Slice<T> {
6
constructor(
Callers
4
Utils.test.ts
File · 0.90
Timer.test.ts
File · 0.90
CastParser.test.ts
File · 0.90
DomHelper.test.ts
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected