Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
generate
Method · 0.45
call
Method · 0.45
truncateParagraphs
Method · 0.45
Calls
1
join
Method · 0.80
Tested by
no test coverage detected