MCPcopy
hub / github.com/ent/ent / uint32P

Struct uint32P

entql/types.go:661–664  ·  view source on GitHub ↗

uint32P implements the Uint32P interface.

Source from the content-addressed store, hash-verified

659
660// uint32P implements the Uint32P interface.
661type uint32P struct {
662 P
663 done func(string)
664}
665
666func (p *uint32P) Field(name string) P {
667 p.done(name)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected