()
| 1829 | } |
| 1830 | |
| 1831 | func (h *handler) isBlipSync() bool { |
| 1832 | return h.pathTemplateContains("_blipsync") |
| 1833 | } |
| 1834 | |
| 1835 | // Checks whether the mux path template for the current route contains the specified pattern |
| 1836 | func (h *handler) pathTemplateContains(pattern string) bool { |
no test coverage detected