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

FuncType GenSingleFile

v3/gen/genfunc.go:5–5  ·  view source on GitHub ↗
func(globals *model.Globals) (data []byte, err error)

Source from the content-addressed store, hash-verified

3import "github.com/davyxu/tabtoy/v3/model"
4
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