MCPcopy Create free account
hub / github.com/aptly-dev/aptly / WriteString

Method WriteString

task/output.go:44–48  ·  view source on GitHub ↗

WriteString writes string to output

(s string)

Source from the content-addressed store, hash-verified

42
43// WriteString writes string to output
44func (t *Output) WriteString(s string) (n int, err error) {
45 t.mu.Lock()
46 defer t.mu.Unlock()
47 return t.output.WriteString(s)
48}
49
50// Start is needed for progress compatibility
51func (t *Output) Start() {

Callers 15

PrintfMethod · 0.95
PrintMethod · 0.95
ColoredPrintfMethod · 0.95
PrintfStdErrMethod · 0.95
SetUpTestMethod · 0.80
TestLoadConfigMethod · 0.80
TestLoadYAMLConfigMethod · 0.80
TestSaveYAMLConfigMethod · 0.80
SetUpTestMethod · 0.80
writeFieldFunction · 0.80

Calls

no outgoing calls

Tested by 7

SetUpTestMethod · 0.64
TestLoadConfigMethod · 0.64
TestLoadYAMLConfigMethod · 0.64
TestSaveYAMLConfigMethod · 0.64
SetUpTestMethod · 0.64