Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/beanshell/beanshell
/ sendLine
Method
sendLine
src/bsh/Remote.java:125–130 ·
view source on GitHub ↗
( String line, OutputStream outPipe )
Source
from the content-addressed store, hash-verified
123
}
124
125
private
static
void
sendLine( String line, OutputStream outPipe )
126
throws IOException
127
{
128
outPipe.write( line.getBytes() );
129
outPipe.flush();
130
}
131
132
133
/*
Callers
1
doBsh
Method · 0.95
Calls
2
flush
Method · 0.80
write
Method · 0.45
Tested by
no test coverage detected