MCPcopy Create free account
hub / github.com/pixijs/sound / toString

Method toString

src/htmlaudio/HTMLAudioInstance.ts:426–429  ·  view source on GitHub ↗

* To string method for instance. * @return The string representation of instance.

()

Source from the content-addressed store, hash-verified

424 * @return The string representation of instance.
425 */
426 public toString(): string
427 {
428 return `[HTMLAudioInstance id=${this.id}]`;
429 }
430}
431
432export { HTMLAudioInstance };

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected