Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/unconed/TermKit
/ readerOpen
Function
readerOpen
Node/shell/builtin/hex.js:44–46 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
42
var
errors = 0;
43
// Open
44
function
readerOpen() {
45
return
handler;
46
};
47
// Close
48
function
readerClose() {
49
exit(errors == 0);
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected