MCPcopy
hub / github.com/cyclops-ui/cyclops / Printf

Method Printf

cyctl/utility/describer.go:35–38  ·  view source on GitHub ↗
(msg string, args ...interface{})

Source from the content-addressed store, hash-verified

33}
34
35func (d *Describer) Printf(msg string, args ...interface{}) {
36 fmt.Fprint(d.out, d.Prefix)
37 fmt.Fprintf(d.out, msg, args...)
38}
39
40func (d *Describer) Println(args ...interface{}) {
41 fmt.Fprint(d.out, d.Prefix)

Callers 15

DescribeMetaDataMethod · 0.95
DescribeMapMethod · 0.95
DescribeSliceMethod · 0.95
listModulesFunction · 0.80
listTemplateFunction · 0.80
listTemplateAuthRulesFunction · 0.80
listResourcesFunction · 0.80
deleteModulesFunction · 0.80
deleteTemplateFunction · 0.80
deleteTemplateAuthRuleFunction · 0.80
updateModuleFunction · 0.80
updateTemplateFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected