MCPcopy
hub / github.com/ent/ent / uint16P

Struct uint16P

entql/types.go:545–548  ·  view source on GitHub ↗

uint16P implements the Uint16P interface.

Source from the content-addressed store, hash-verified

543
544// uint16P implements the Uint16P interface.
545type uint16P struct {
546 P
547 done func(string)
548}
549
550func (p *uint16P) Field(name string) P {
551 p.done(name)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected