Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/brunch/brunch
/ config.js
File
config.js
lib/utils/config.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
'use strict'
;
2
const
fs = require(
'fs'
);
3
const
{promisify} = require(
'util'
);
4
const
readFile = promisify(fs.readFile);
Callers
nothing calls this directly
Calls
2
promisify
Function · 0.85
require
Function · 0.50
Tested by
no test coverage detected