MCPcopy
hub / github.com/google/gvisor / String

Method String

pkg/fspath/builder.go:110–112  ·  view source on GitHub ↗

String returns the accumulated string. No other methods should be called after String.

()

Source from the content-addressed store, hash-verified

108// String returns the accumulated string. No other methods should be called
109// after String.
110func (b *Builder) String() string {
111 return gohacks.StringFromImmutableBytes(b.buf[b.start:])
112}

Callers 15

StringMethod · 0.95
BenchstatMethod · 0.95
StringMethod · 0.95
benchstatMethod · 0.95
StringMethod · 0.95
StringMethod · 0.95
TestParserFunction · 0.95
GetRecordDiffFunction · 0.95
mainFunction · 0.95
aggregateProfileFunction · 0.95
ActivateMethod · 0.95
LinesFunction · 0.95

Calls 1

StringFromImmutableBytesFunction · 0.92

Tested by 8

TestParserFunction · 0.76
BenchmarkTmpfsStatFunction · 0.76
BenchmarkTmpfsMountStatFunction · 0.76
TestRunscUpdateCLIFunction · 0.76
benchmarkNameFunction · 0.76
TestBuilderFunction · 0.76
prettyInstructionsFunction · 0.76
partNamesMethod · 0.76