MCPcopy Create free account
hub / github.com/Snapchat/dagger-browser /

Class

browser/src/service/WeightServiceManager.tsx:8–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6
7/** Manages currently selected weight service. */
8export default class WeightServiceManager {
9
10 private weightServices: { [key: string]: WeightService };
11 private weightService: WeightService;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected