Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JKPotato-Computer/SignMaker
/ add_string
Function
add_string
js/main copy.js:387–389 ·
view source on GitHub ↗
(data)
Source
from the content-addressed store, hash-verified
385
}
386
387
function
add_string(data) {
388
dataToSave += `
"` + data + `"
;`;
389
};
390
391
function
add_string2(data) {
392
dataToSave += `
"` + data + `"
`;
Callers
1
exportData
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected