MCPcopy Create free account
hub / github.com/chartbrew/chartbrew / getSourceLogo

Function getSourceLogo

client/src/sources/index.js:146–148  ·  view source on GitHub ↗
(source, isDark)

Source from the content-addressed store, hash-verified

144}
145
146export function getSourceLogo(source, isDark) {
147 return getSourceDefinitionLogo(source, isDark);
148}
149
150export function isSourceAiPowered(source) {
151 const ai = source?.capabilities?.ai;

Callers 2

getConnectionLogoFunction · 0.90
ConnectionWizardFunction · 0.90

Calls 1

getSourceDefinitionLogoFunction · 0.90

Tested by

no test coverage detected