Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3
const
uid = () => window.crypto.getRandomValues(
new
Uint32Array(1))[0];
4
function
transformCallback(callback = () => {}, once = false) {
Callers
nothing calls this directly
Calls
1
init
Function · 0.70
Tested by
no test coverage detected