Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
_download
Method · 0.80
put_status_postprocessor
Method · 0.80
start
Method · 0.80
cancel
Method · 0.80
close
Method · 0.80
update_status
Method · 0.80
cancel_add
Method · 0.80
initialize
Method · 0.80
__start_download
Method · 0.80
__add_download
Method · 0.80
__add_entry
Method · 0.80
add
Method · 0.80
Calls
1
show
Method · 0.95
Tested by
no test coverage detected