MCPcopy Index your code
hub / github.com/jetify-com/devbox / Format

Method Format

internal/redact/redact.go:233–235  ·  view source on GitHub ↗
(s fmt.State, verb rune)

Source from the content-addressed store, hash-verified

231type formatter string
232
233func (f formatter) Format(s fmt.State, verb rune) {
234 s.Write([]byte(f)) //nolint:errcheck
235}
236
237// placeholder generates a placeholder string for values that don't satisfy
238// redactor.

Callers

nothing calls this directly

Calls 1

WriteMethod · 0.80

Tested by

no test coverage detected