MCPcopy
hub / github.com/ent/ent / intP

Struct intP

entql/types.go:893–896  ·  view source on GitHub ↗

intP implements the IntP interface.

Source from the content-addressed store, hash-verified

891
892// intP implements the IntP interface.
893type intP struct {
894 P
895 done func(string)
896}
897
898func (p *intP) Field(name string) P {
899 p.done(name)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected