(o pb.Oracle)
| 23 | } |
| 24 | |
| 25 | func (c *compiled) Is(o pb.Oracle) bool { |
| 26 | return c.oracle.Id == o.Id |
| 27 | } |
| 28 | |
| 29 | func (c *compiled) Run(records *storage.Records, args []string) (ctx *wrapper.Context, raw []byte, err error) { |
| 30 | ret, err := func() (otto.Value, error) { |
no outgoing calls