Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Slayer128/Carltech-Bot
/ saveAntilienData
Function
saveAntilienData
lib/antilien.js:16–18 ·
view source on GitHub ↗
(data)
Source
from the content-addressed store, hash-verified
14
15
// Save data to JSON file
16
function
saveAntilienData(data) {
17
fs.writeFileSync(filePath, JSON.stringify(data, null, 2));
18
}
19
20
const
antilienData = loadAntilienData();
21
Callers
2
ajouterOuMettreAJourJid
Function · 0.85
mettreAJourAction
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected