Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/danmactough/node-feedparser
/ onReadable
Function
onReadable
lib/feedparser.js:1285–1287 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1283
var
ended = false;
1284
1285
function
onReadable () {
1286
if
(resolve) { resolve(); resolve = null; }
1287
}
1288
function
onEnd () {
1289
ended = true;
1290
if
(resolve) { resolve(); resolve = null; }
Callers
nothing calls this directly
Calls
1
resolve
Function · 0.85
Tested by
no test coverage detected