Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/refined-github/refined-github
/ addCssFeature
Function
addCssFeature
source/feature-manager.tsx:240–242 ·
view source on GitHub ↗
(url: string)
Source
from the content-addressed store, hash-verified
238
}
239
240
async function addCssFeature(url: string): Promise<void> {
241
void add(url);
242
}
243
244
function unload(featureUrl: string): void {
245
const id = getFeatureId(featureUrl);
Callers
nothing calls this directly
Calls
1
add
Function · 0.70
Tested by
no test coverage detected