Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
48
export
function
getFooterHTML() {
49
return
localStorage.getItem(
'footer_html'
);
50
}
51
52
export
async
function
copy(text) {
53
let
okay = true;
Callers
1
Footer.js
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected