Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AztecProtocol/huff
/ parser.js
File
parser.js
src/parser.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
/* eslint-disable no-bitwise */
2
const
BN = require(
'bn.js'
);
3
const
path = require(
'path'
);
4
const
fs = require(
'fs'
);
Callers
nothing calls this directly
Calls
2
check
Function · 0.85
recurse
Function · 0.85
Tested by
no test coverage detected