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

Interface Props

browser/src/components/GraphBrowser.tsx:21–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19import TreeView from "src/components/TreeView"
20
21interface Props {
22 graphManager: GraphManager;
23 weightServiceManager: WeightServiceManager;
24 componentName: string;
25}
26
27export const GraphBrowser = ({ graphManager, weightServiceManager, componentName }: Props) => {
28 const graph = useMemo(() => componentName && graphManager.getComponent(componentName), [

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected