Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/beekeeper-studio/beekeeper-studio
/ error
Function
error
apps/studio/src/plugins/NotyPlugin.ts:39–41 ·
view source on GitHub ↗
(text, opts = {})
Source
from the content-addressed store, hash-verified
37
},
38
39
error(text, opts = {}) {
40
return
this.show(text,
'error'
, opts)
41
},
42
43
warning(text, opts = {}) {
44
return
this.show(text,
'warning'
, opts)
Callers
1
read
Method · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected