MCPcopy Create free account
hub / github.com/error311/FileRise / modeLabel

Function modeLabel

public/js/aiChat.js:432–436  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

430 };
431
432 const modeLabel = (value) => {
433 if (value === 'on') return 'On';
434 if (value === 'off') return 'Off';
435 return 'Auto';
436 };
437
438 const syncAnalysisControls = () => {
439 if (visionModeEl) {

Callers 1

syncAnalysisControlsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected