MCPcopy
hub / github.com/iyear/tdl / ParseSource

FuncType ParseSource

pkg/tmessage/tmessage.go:12–12  ·  view source on GitHub ↗
func() ([]*Dialog, error)

Source from the content-addressed store, hash-verified

10}
11
12type ParseSource func() ([]*Dialog, error)
13
14func Parse(src ParseSource) ([]*Dialog, error) {
15 return src()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected