MCPcopy Create free account
hub / github.com/VGabriel45/SolidityVisualizer / getStepNumber

Function getStepNumber

src/components/loading.tsx:46–51  ·  view source on GitHub ↗
(status: string)

Source from the content-addressed store, hash-verified

44}
45
46const getStepNumber = (status: string): number => {
47 if (status.startsWith("diagram")) return 3;
48 if (status.startsWith("mapping")) return 2;
49 if (status.startsWith("explanation")) return 1;
50 return 0;
51};
52
53const SequentialDots = () => {
54 return (

Callers 1

LoadingFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected