MCPcopy Index your code
hub / github.com/coder/coder / ID

Method ID

cli/cliui/output.go:226–228  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

224}
225
226func (d *DataChangeFormat) ID() string {
227 return d.format.ID()
228}
229
230func (d *DataChangeFormat) AttachOptions(opts *serpent.OptionSet) {
231 d.format.AttachOptions(opts)

Callers

nothing calls this directly

Calls 1

IDMethod · 0.65

Tested by

no test coverage detected