()
| 2293 | type Tag_Promise struct{ *capnp.Pipeline } |
| 2294 | |
| 2295 | func (p Tag_Promise) Struct() (Tag, error) { |
| 2296 | s, err := p.Pipeline.Struct() |
| 2297 | return Tag{s}, err |
| 2298 | } |
| 2299 | |
| 2300 | type ClientInfo struct{ capnp.Struct } |
| 2301 |
no outgoing calls
no test coverage detected