MCPcopy Create free account
hub / github.com/M66B/FairEmail / toString

Method toString

app/src/main/java/eu/faircode/email/Gemini.java:259–263  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

257 }
258
259 @NonNull
260 @Override
261 public String toString() {
262 return this.role + ": " + (this.content == null ? null : TextUtils.join(", ", this.content));
263 }
264 }
265}

Callers 3

generateMethod · 0.45
callMethod · 0.45
truncateParagraphsMethod · 0.45

Calls 1

joinMethod · 0.80

Tested by

no test coverage detected