MCPcopy Create free account
hub / github.com/despiteallobjections/amigo / String

Method String

edit/edit.go:91–93  ·  view source on GitHub ↗

String returns a string containing the original data with the queued edits applied.

()

Source from the content-addressed store, hash-verified

89// String returns a string containing the original data
90// with the queued edits applied.
91func (b *Buffer) String() string {
92 return string(b.Bytes())
93}

Callers 15

writeDefsMethod · 0.95
structTypeMethod · 0.95
rewriteCallMethod · 0.95
StructMethod · 0.95
godefsMethod · 0.95
NodeStringFunction · 0.95
StringMethod · 0.95
operandStringFunction · 0.95
TestInitFunction · 0.95
StringMethod · 0.95
TestIssue29029Function · 0.95
SelectionStringFunction · 0.95

Calls 1

BytesMethod · 0.95

Tested by 6

TestInitFunction · 0.76
TestIssue29029Function · 0.76
checkMonoFunction · 0.76
ExampleScopeFunction · 0.76
TestGoldenFunction · 0.76
TestEditFunction · 0.76