MCPcopy Index your code
hub / github.com/vidstack/player / debug

Method debug

packages/vidstack/src/foundation/logger/controller.ts:31–33  ·  view source on GitHub ↗
(...data: any[])

Source from the content-addressed store, hash-verified

29 }
30
31 debug(...data: any[]): boolean {
32 return this.dispatch('debug', ...data);
33 }
34
35 errorGroup(title: string): GroupedLog {
36 return new GroupedLog(this, 'error', title);

Callers 1

Calls 1

dispatchMethod · 0.95

Tested by

no test coverage detected