MCPcopy
hub / github.com/engineer-man/youtube / open

Function open

_new/013-es-modules/esm/util.js:5–9  ·  view source on GitHub ↗
(file)

Source from the content-addressed store, hash-verified

3export default {
4
5 async open(file) {
6 let content = await fs.readFile(file);
7
8 return content.toString();
9 }
10
11};

Callers 15

process.pyFile · 0.50
output_jsonFunction · 0.50
output_xmlFunction · 0.50
handleFunction · 0.50
freezeFunction · 0.50
pycubetimer.pyFile · 0.50
chatsort.pyFile · 0.50
stick_hero.pyFile · 0.50
scam.pyFile · 0.50
files.pyFile · 0.50
day1.pyFile · 0.50
p2.pyFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected