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

Method warn

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

Source from the content-addressed store, hash-verified

21 }
22
23 warn(...data: any[]): boolean {
24 return this.dispatch('warn', ...data);
25 }
26
27 info(...data: any[]): boolean {
28 return this.dispatch('info', ...data);

Callers 5

useSliderStoreFunction · 0.80
useMediaStoreFunction · 0.80
index.tsFile · 0.80
_noPlayerWarningMethod · 0.80
_onSourceChangeMethod · 0.80

Calls 1

dispatchMethod · 0.95

Tested by

no test coverage detected