Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JavaCS3/xterm-player
/ url
Method
url
src/Player.ts:132–132 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
130
}
131
132
public get url(): string {
return
this._url }
133
public set url(url: string) {
134
if
(url !== this._url) {
135
this._url = url
Callers
nothing calls this directly
Calls
1
_load
Method · 0.95
Tested by
no test coverage detected