MCPcopy Create free account
hub / github.com/JavaCS3/xterm-player / muted

Method muted

src/Player.ts:177–177  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

175 }
176
177 public get muted(): boolean { return this._audio.muted }
178 public set muted(m: boolean) {
179 this._audio.muted = m
180 this._onMutedChanged.fire(this._audio.muted)

Callers

nothing calls this directly

Calls 1

fireMethod · 0.65

Tested by

no test coverage detected