MCPcopy 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.
67func (t *TruncBuffer) String() string {
68 return string(t.Bytes())
69}

Callers 15

startCLIServerMethod · 0.80
monitorProcessMethod · 0.80
sanitizeVersionFunction · 0.80
RoundTripMethod · 0.80
RoundTripMethod · 0.80
TestCanvasE2EFunction · 0.80
OnOpenMethod · 0.80
startOAuthMCPServerFunction · 0.80
buildResponsesSSEBodyFunction · 0.80

Calls 1

BytesMethod · 0.95

Tested by 15

RoundTripMethod · 0.64
RoundTripMethod · 0.64
TestCanvasE2EFunction · 0.64
OnOpenMethod · 0.64
startOAuthMCPServerFunction · 0.64
buildResponsesSSEBodyFunction · 0.64
buildInferenceResponseFunction · 0.64
TestRPCE2EFunction · 0.64
TestSessionRPCE2EFunction · 0.64