MCPcopy
hub / github.com/davyxu/tabtoy / GenCustom

FuncType GenCustom

v3/gen/genfunc.go:7–7  ·  view source on GitHub ↗
func(globals *model.Globals, param string) (err error)

Source from the content-addressed store, hash-verified

5type GenSingleFile func(globals *model.Globals) (data []byte, err error)
6
7type GenCustom func(globals *model.Globals, param string) (err error)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected