MCPcopy
hub / github.com/beego/beego / WriteString

Method WriteString

client/orm/internal/buffers/buffers.go:23–23  ·  view source on GitHub ↗
(s string)

Source from the content-addressed store, hash-verified

21type Buffer interface {
22 Write(p []byte) (int, error)
23 WriteString(s string) (int, error)
24 WriteByte(c byte) error
25 String() string
26}

Callers 15

buildParamBodyMethod · 0.95
SaveConfigFileMethod · 0.95
stringsToJSONFunction · 0.95
SignatureFunction · 0.95
TestFileGetContentsFunction · 0.65
getCacheFileNameMethod · 0.65
InsertValueSQLMethod · 0.65
InsertOrUpdateSQLMethod · 0.65
UpdateSQLMethod · 0.65
DeleteSQLMethod · 0.65
UpdateBatchSQLMethod · 0.65
buildSetSQLMethod · 0.65

Calls

no outgoing calls

Tested by 15

TestFileGetContentsFunction · 0.52
TestGlobalInstanceFunction · 0.52
TestIniFunction · 0.52
TestXMLFunction · 0.52
TestYamlFunction · 0.52
TestJsonStartsWithArrayFunction · 0.52
TestJsonFunction · 0.52
GetParamsMethod · 0.52
GetManyRouterMethod · 0.52
beegoFilterFuncFunction · 0.52
GetMethod · 0.52
beegoBeforeRouter1Function · 0.52