Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/google-gemini/gemini-cli
/ partListUnionToString
Function
partListUnionToString
packages/core/src/core/geminiRequest.ts:17–19 ·
view source on GitHub ↗
(value: PartListUnion)
Source
from the content-addressed store, hash-verified
15
export
type
GeminiCodeRequest = PartListUnion;
16
17
export
function
partListUnionToString(value: PartListUnion): string {
18
return
partToString(value, { verbose: true });
19
}
Callers
10
glob.test.ts
File · 0.85
convertSessionToClientHistory
Function · 0.85
sendMessageStream
Method · 0.85
sendMessageStream
Method · 0.85
isResumableMessageRecord
Function · 0.85
generateSummary
Method · 0.85
extractFirstUserMessage
Function · 0.85
getAllSessionFiles
Function · 0.85
convertSessionToHistoryFormats
Function · 0.85
streamHistory
Method · 0.85
Calls
1
partToString
Function · 0.85
Tested by
no test coverage detected