MCPcopy
hub / github.com/hasura/graphql-engine / Write

Method Write

cli/util/printer.go:18–18  ·  view source on GitHub ↗

Write writes text with the specified indentation level.

(level int, format string, a ...interface{})

Source from the content-addressed store, hash-verified

16type PrefixWriter interface {
17 // Write writes text with the specified indentation level.
18 Write(level int, format string, a ...interface{})
19 // WriteLine writes an entire line with no indentation level.
20 WriteLine(a ...interface{})
21 // Flush forces indendation to be reset.

Callers 6

printDryRunStatusFunction · 0.95
printStatusFunction · 0.95
SquashMethod · 0.65
createFileFunction · 0.65
CaptureInputFromEditorFunction · 0.65

Implementers 1

prefixWritercli/util/printer.go

Calls

no outgoing calls

Tested by

no test coverage detected