Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node-addon-api
/ clang-format.js
File
clang-format.js
tools/clang-format.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
#!/usr/bin/env node
2
3
const
spawn = require(
'child_process'
).spawnSync;
4
const
path = require(
'path'
);
Callers
nothing calls this directly
Calls
1
main
Function · 0.85
Tested by
no test coverage detected