Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GooseMod/OpenAsar
/ strip.js
File
strip.js
scripts/strip.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
const
{ writeFileSync, readFileSync, readdirSync } = require(
'fs'
);
2
const
{ join } = require(
'path'
);
3
4
const
stripCode = (code) => code
Callers
nothing calls this directly
Calls
1
tree
Function · 0.85
Tested by
no test coverage detected