MCPcopy
hub / github.com/purpleidea/mgmt / Info

Method Info

lang/funcs/dage/dage_test.go:111–119  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

109}
110
111func (obj *blockingContextFunc) Info() *interfaces.Info {
112 return &interfaces.Info{
113 Pure: false,
114 Memo: false,
115 Fast: false,
116 Spec: false,
117 Sig: types.NewType("func() str"),
118 }
119}
120
121func (obj *blockingContextFunc) Init(init *interfaces.Init) error {
122 return nil

Callers

nothing calls this directly

Calls 1

NewTypeFunction · 0.92

Tested by

no test coverage detected