Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
3
export
default {
4
5
async
open(file) {
6
let
content =
await
fs.readFile(file);
7
8
return
content.toString();
9
}
10
11
};
Callers
15
process.py
File · 0.50
output_json
Function · 0.50
output_xml
Function · 0.50
handle
Function · 0.50
freeze
Function · 0.50
pycubetimer.py
File · 0.50
chatsort.py
File · 0.50
stick_hero.py
File · 0.50
scam.py
File · 0.50
files.py
File · 0.50
day1.py
File · 0.50
p2.py
File · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected