State returns the struct holding the current schema.
()
| 68 | |
| 69 | // State returns the struct holding the current schema. |
| 70 | func State() *state { |
| 71 | return pstate |
| 72 | } |
| 73 | |
| 74 | func (s *state) DeleteAll() { |
| 75 | s.Lock() |
no outgoing calls
searching dependent graphs…