MCPcopy
hub / github.com/ent/ent / uint64P

Struct uint64P

entql/types.go:777–780  ·  view source on GitHub ↗

uint64P implements the Uint64P interface.

Source from the content-addressed store, hash-verified

775
776// uint64P implements the Uint64P interface.
777type uint64P struct {
778 P
779 done func(string)
780}
781
782func (p *uint64P) Field(name string) P {
783 p.done(name)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected