-------------------------------------------------------------------
| 55 | // ------------------------------------------------------------------- |
| 56 | |
| 57 | type baseCollectionEventData struct { |
| 58 | Collection *Collection |
| 59 | } |
| 60 | |
| 61 | // @todo consider storing the original collection name and use that as a tag |
| 62 | // to avoid the ambiguity when the collection is being modified (#7613); |
nothing calls this directly
no outgoing calls
no test coverage detected