MCPcopy Create free account
hub / github.com/NsLearning/LangHelper / core.js

File core.js

ChatGPT/src-tauri/src/scripts/core.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1// *** Core Script - IPC ***
2
3const uid = () => window.crypto.getRandomValues(new Uint32Array(1))[0];
4function transformCallback(callback = () => {}, once = false) {

Callers

nothing calls this directly

Calls 1

initFunction · 0.70

Tested by

no test coverage detected