MCPcopy
hub / github.com/ent/ent / timeP

Struct timeP

entql/types.go:197–200  ·  view source on GitHub ↗

timeP implements the TimeP interface.

Source from the content-addressed store, hash-verified

195
196// timeP implements the TimeP interface.
197type timeP struct {
198 P
199 done func(string)
200}
201
202func (p *timeP) Field(name string) P {
203 p.done(name)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected