MCPcopy Create free account
hub / github.com/compozy/agh / writeStatusSection

Function writeStatusSection

internal/cli/status.go:113–115  ·  view source on GitHub ↗
(cmd *cobra.Command, section string, value any)

Source from the content-addressed store, hash-verified

111}
112
113func writeStatusSection(cmd *cobra.Command, section string, value any) error {
114 return writeJSONLine(cmd, map[string]any{statusSectionKey: section, section: value})
115}
116
117func doctorBundle(result DoctorRecord) outputBundle {
118 return outputBundle{

Callers 1

statusBundleFunction · 0.85

Calls 1

writeJSONLineFunction · 0.85

Tested by

no test coverage detected