Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ctrlplusb/react-tree-walker
/ exec
Function
exec
tools/utils.js:4–6 ·
view source on GitHub ↗
(command)
Source
from the content-addressed store, hash-verified
2
const
appRootDir = require(
'app-root-dir'
)
3
4
function
exec(command) {
5
execSync(command, { stdio:
'inherit'
, cwd: appRootDir.get() })
6
}
7
8
module.exports = {
9
exec,
Callers
1
build.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected