Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/hashintel/hash
/ setErroredBadge
Function
setErroredBadge
apps/plugin-browser/src/shared/badge.ts:27–29 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
25
};
26
27
export
const
setErroredBadge = () => {
28
void browser.action.setIcon({ path: generateIconPath(
"warning"
) });
29
};
Callers
nothing calls this directly
Calls
1
generateIconPath
Function · 0.85
Tested by
no test coverage detected