MCPcopy
hub / github.com/ent/ent / int32P

Struct int32P

entql/types.go:1241–1244  ·  view source on GitHub ↗

int32P implements the Int32P interface.

Source from the content-addressed store, hash-verified

1239
1240// int32P implements the Int32P interface.
1241type int32P struct {
1242 P
1243 done func(string)
1244}
1245
1246func (p *int32P) Field(name string) P {
1247 p.done(name)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected