MCPcopy 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

1export function title(cls: Function, str: string) {
2 return cls.name + ': ' + str
3}
4
5export class Slice<T> {
6 constructor(

Callers 4

Utils.test.tsFile · 0.90
Timer.test.tsFile · 0.90
CastParser.test.tsFile · 0.90
DomHelper.test.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected