MCPcopy 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
4export default interface GraphReducer {
5 reduce(key: string): void;
6 result(): Weight;
7}

Callers 1

computeWeightForNodesMethod · 0.65

Implementers 2

GraphReducerImplbrowser/src/service/GraphSizeService.t
GraphReducerImplbrowser/src/service/BindingsService.ts

Calls

no outgoing calls

Tested by

no test coverage detected