MCPcopy Index your code
hub / github.com/apache/tvm / sendString

Method sendString

jvm/core/src/main/java/org/apache/tvm/rpc/Utils.java:88–91  ·  view source on GitHub ↗
(OutputStream out, String string)

Source from the content-addressed store, hash-verified

86 }
87
88 public static void sendString(OutputStream out, String string) throws IOException {
89 out.write(toBytes(string.length()));
90 out.write(toBytes(string));
91 }
92}

Callers 4

runMethod · 0.95
connectToTrackerMethod · 0.95
registerMethod · 0.95
needRefreshKeyMethod · 0.95

Calls 2

toBytesMethod · 0.95
writeMethod · 0.65

Tested by

no test coverage detected