MCPcopy
hub / github.com/TarsCloud/TarsGo / QueryF

Struct QueryF

tars/protocol/res/queryf/QueryF.tars.go:50–52  ·  view source on GitHub ↗

QueryF struct

Source from the content-addressed store, hash-verified

48
49// QueryF struct
50type QueryF struct {
51 servant model.Servant
52}
53
54// NewQueryF creates a new QueryF servant.
55func NewQueryF() *QueryF {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected