MCPcopy Create free account
hub / github.com/bytebase/bytebase / getEngineIconSrc

Function getEngineIconSrc

frontend/src/react/components/EngineIcon.tsx:31–33  ·  view source on GitHub ↗
(engine: Engine)

Source from the content-addressed store, hash-verified

29}
30
31export function getEngineIconSrc(engine: Engine) {
32 return EngineIconPath[engine];
33}

Callers 2

SheetConnectionIconFunction · 0.90
EngineIconFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected