MCPcopy
hub / github.com/alexta69/metube / info

Method info

ui/src/app/services/toast.service.ts:29–31  ·  view source on GitHub ↗
(message: string)

Source from the content-addressed store, hash-verified

27 readonly toasts = signal<Toast[]>([]);
28
29 info(message: string): void {
30 this.show('info', message, 4000);
31 }
32
33 success(message: string): void {
34 this.show('success', message, 4000);

Callers 15

_downloadMethod · 0.80
startMethod · 0.80
cancelMethod · 0.80
closeMethod · 0.80
update_statusMethod · 0.80
cancel_addMethod · 0.80
initializeMethod · 0.80
__start_downloadMethod · 0.80
__add_downloadMethod · 0.80
__add_entryMethod · 0.80
addMethod · 0.80

Calls 1

showMethod · 0.95

Tested by

no test coverage detected