Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EvoMap/evolver
/ readStdin
Function
readStdin
scripts/a2a_ingest.js:8–10 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
6
var
a2aProto = require(
'../src/gep/a2aProtocol'
);
7
8
function
readStdin() {
9
try {
return
fs.readFileSync(0,
'utf8'
); } catch (e) {
return
''
; }
10
}
11
12
function
parseSignalsFromEnv() {
13
var
raw = process.env.A2A_SIGNALS ||
''
;
Callers
1
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected