MCPcopy Create free account
hub / github.com/Slayer128/Carltech-Bot / getAllMentions

Function getAllMentions

lib/mention.js:60–68  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

58
59// Function to retrieve all mentions
60async function getAllMentions() {
61 try {
62 const data = loadMentionData();
63 console.log("All mentions:", data);
64 return data;
65 } catch (error) {
66 console.error("Error while retrieving all mentions:", error);
67 }
68}
69
70// Function to remove a mention from the list
71async function removeFromMentionList(url) {

Callers

nothing calls this directly

Calls 1

loadMentionDataFunction · 0.85

Tested by

no test coverage detected