MCPcopy Create free account
hub / github.com/unconed/TermKit / readerOpen

Function readerOpen

Node/shell/builtin/grep.js:147–149  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

145 var errors = 0;
146 // Open
147 function readerOpen() {
148 return handler;
149 };
150 // Close
151 function readerClose() {
152 exit(errors == 0);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected