Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
61
func
(b *IntBuffer) WriteString(v string) {
62
b.buf = append(b.buf, []byte(v)...)
63
}
64
65
func
(b *IntBuffer) Reset() {
66
b.buf = b.buf[:0]
Callers
15
TestWriteString
Function · 0.95
TestReset
Function · 0.95
AformatGlobalEntry
Function · 0.80
AformatEntries
Function · 0.80
AformatRealEntry
Function · 0.80
AformatRVEntry
Function · 0.80
AformatString
Function · 0.80
formatString
Function · 0.80
replaceTemplateSyntax
Method · 0.80
ReplaceTemplateSyntax
Function · 0.80
WriteJson
Method · 0.80
GetAgentGroupConfigs
Method · 0.80
Calls
no outgoing calls
Tested by
2
TestWriteString
Function · 0.76
TestReset
Function · 0.76