Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/dagger-browser
/ reduce
Method
reduce
browser/src/models/GraphReducer.tsx:5–5 ·
view source on GitHub ↗
(key: string)
Source
from the content-addressed store, hash-verified
3
// TODO: Fix export error when this is exported from GraphManager
4
export default interface GraphReducer {
5
reduce(key: string): void;
6
result(): Weight;
7
}
Callers
1
computeWeightForNodes
Method · 0.65
Implementers
2
GraphReducerImpl
browser/src/service/GraphSizeService.t
GraphReducerImpl
browser/src/service/BindingsService.ts
Calls
no outgoing calls
Tested by
no test coverage detected