MCPcopy Index your code
hub / github.com/deepflowio/deepflow / WriteString

Method WriteString

server/libs/utils/int_buffer.go:61–63  ·  view source on GitHub ↗
(v string)

Source from the content-addressed store, hash-verified

59}
60
61func (b *IntBuffer) WriteString(v string) {
62 b.buf = append(b.buf, []byte(v)...)
63}
64
65func (b *IntBuffer) Reset() {
66 b.buf = b.buf[:0]

Callers 15

TestWriteStringFunction · 0.95
TestResetFunction · 0.95
AformatGlobalEntryFunction · 0.80
AformatEntriesFunction · 0.80
AformatRealEntryFunction · 0.80
AformatRVEntryFunction · 0.80
AformatStringFunction · 0.80
formatStringFunction · 0.80
replaceTemplateSyntaxMethod · 0.80
ReplaceTemplateSyntaxFunction · 0.80
WriteJsonMethod · 0.80
GetAgentGroupConfigsMethod · 0.80

Calls

no outgoing calls

Tested by 2

TestWriteStringFunction · 0.76
TestResetFunction · 0.76