MCPcopy Create free account
hub / github.com/imgproxy/imgproxy / String

Method String

logger/buffer.go:33–35  ·  view source on GitHub ↗

String returns the contents of the buffer as a string.

()

Source from the content-addressed store, hash-verified

31
32// String returns the contents of the buffer as a string.
33func (b *buffer) String() string {
34 return string(*b)
35}
36
37// free truncates the buffer and returns it to the pool.
38func (b *buffer) free() {

Callers 15

TestLevelMethod · 0.45
TestAttributesMethod · 0.45
TestGroupsMethod · 0.45
TestQuotingMethod · 0.45
TestLevelMethod · 0.45
TestAttributesMethod · 0.45
TestGroupsMethod · 0.45
TestEscapingMethod · 0.45
TestSpecialFieldsMethod · 0.45
appendValueMethod · 0.45
appendKeyMethod · 0.45
formatMethod · 0.45

Calls

no outgoing calls

Tested by 14

TestLevelMethod · 0.36
TestAttributesMethod · 0.36
TestGroupsMethod · 0.36
TestQuotingMethod · 0.36
TestLevelMethod · 0.36
TestAttributesMethod · 0.36
TestGroupsMethod · 0.36
TestEscapingMethod · 0.36
TestSpecialFieldsMethod · 0.36
TestLevelMethod · 0.36
TestAttributesMethod · 0.36
TestGroupsMethod · 0.36