MCPcopy
hub / github.com/ent/ent / int16P

Struct int16P

entql/types.go:1125–1128  ·  view source on GitHub ↗

int16P implements the Int16P interface.

Source from the content-addressed store, hash-verified

1123
1124// int16P implements the Int16P interface.
1125type int16P struct {
1126 P
1127 done func(string)
1128}
1129
1130func (p *int16P) Field(name string) P {
1131 p.done(name)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected