MCPcopy
hub / github.com/ent/ent / bytesP

Struct bytesP

entql/types.go:113–116  ·  view source on GitHub ↗

bytesP implements the BytesP interface.

Source from the content-addressed store, hash-verified

111
112// bytesP implements the BytesP interface.
113type bytesP struct {
114 P
115 done func(string)
116}
117
118func (p *bytesP) Field(name string) P {
119 p.done(name)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected