MCPcopy
hub / github.com/ent/ent / uint8P

Struct uint8P

entql/types.go:429–432  ·  view source on GitHub ↗

uint8P implements the Uint8P interface.

Source from the content-addressed store, hash-verified

427
428// uint8P implements the Uint8P interface.
429type uint8P struct {
430 P
431 done func(string)
432}
433
434func (p *uint8P) Field(name string) P {
435 p.done(name)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected