Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/github/copilot-sdk
/ String
Method
String
go/internal/truncbuffer/truncbuffer.go:67–69 ·
view source on GitHub ↗
String returns the buffer contents as a string.
()
Source
from the content-addressed store, hash-verified
65
66
// String returns the buffer contents as a string.
67
func
(t *TruncBuffer) String() string {
68
return
string(t.Bytes())
69
}
Callers
15
TestToolInvocationTraceContext
Function · 0.80
startCLIServer
Method · 0.80
monitorProcess
Method · 0.80
sanitizeVersion
Function · 0.80
RoundTrip
Method · 0.80
RoundTrip
Method · 0.80
TestCanvasE2E
Function · 0.80
OnOpen
Method · 0.80
startOAuthMCPServer
Function · 0.80
TestSetModelWithReasoningEffortE2E
Function · 0.80
TestCopilotRequestHandler
Function · 0.80
buildResponsesSSEBody
Function · 0.80
Calls
1
Bytes
Method · 0.95
Tested by
15
TestToolInvocationTraceContext
Function · 0.64
RoundTrip
Method · 0.64
RoundTrip
Method · 0.64
TestCanvasE2E
Function · 0.64
OnOpen
Method · 0.64
startOAuthMCPServer
Function · 0.64
TestSetModelWithReasoningEffortE2E
Function · 0.64
TestCopilotRequestHandler
Function · 0.64
buildResponsesSSEBody
Function · 0.64
buildInferenceResponse
Function · 0.64
TestRPCE2E
Function · 0.64
TestSessionRPCE2E
Function · 0.64