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

Function getFooterHTML

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

Source from the content-addressed store, hash-verified

46}
47
48export function getFooterHTML() {
49 return localStorage.getItem('footer_html');
50}
51
52export async function copy(text) {
53 let okay = true;

Callers 1

Footer.jsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected