MCPcopy Create free account
hub / github.com/BaseXdb/basex / send

Method send

basex-api/src/main/ruby/BaseXClient.rb:96–98  ·  view source on GitHub ↗

Sends the defined str.

(str)

Source from the content-addressed store, hash-verified

94
95 # Sends the defined str.
96 def send(str)
97 @socket.write(str + 0.chr)
98 end
99
100 def sendCmd(cmd, arg, input)
101 send(cmd + arg + 0.chr + input)

Callers 2

moreMethod · 0.45
execMethod · 0.45

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected