Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/deepclause/agentvm
/ hasStdinData
Method
hasStdinData
src/ringbuffer.js:310–312 ·
view source on GitHub ↗
* Check if there's stdin data available
()
Source
from the content-addressed store, hash-verified
308
* Check
if
there's stdin data available
309
*/
310
hasStdinData() {
311
return
Atomics.load(this.int32, STDIN_FLAG_INDEX) !== 0;
312
}
313
314
/**
315
* Read stdin data (returns null
if
none available)
Callers
2
waitForIO
Method · 0.95
start
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected