MCPcopy Create free account
hub / github.com/aiprodcoder/MIXAPI / getSystemName

Function getSystemName

web/src/helpers/utils.js:29–33  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

27}
28
29export function getSystemName() {
30 let system_name = localStorage.getItem('system_name');
31 if (!system_name) return 'New API';
32 return system_name;
33}
34
35export function getLogo() {
36 let logo = localStorage.getItem('logo');

Callers 7

HeaderBarFunction · 0.90
Footer.jsFile · 0.90
PageLayout.jsFile · 0.90
RegisterForm.jsFile · 0.90
LoginForm.jsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected