MCPcopy Create free account
hub / github.com/catppuccin/cli / Marshal

Method Marshal

internal/pkg/structs/program.go:19–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17}
18
19func (r *Program) Marshal() ([]byte, error) {
20 return yaml.Marshal(r)
21}
22
23type Program struct {
24 AppName string `yaml:"app_name"`

Callers 2

UpdateJSONFunction · 0.80
MarshalLocationMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected