MCPcopy Create free account
hub / github.com/LewdLeah/Localized-Languages / modifier

Function modifier

src/context.js:2–8  ·  view source on GitHub ↗
(text)

Source from the content-addressed store, hash-verified

1// Your "Context" tab should look like this
2const modifier = (text) => {
3 // Your other context modifier scripts go here (preferred)
4 [text, stop] = AutoCards("context", text, stop);
5 text = LocalizedLanguages("context", text);
6 // Your other context modifier scripts go here (risky)
7 return { text, stop };
8};
9modifier(text);

Callers 1

context.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected