Filter returns a function to filter the swagger path.
()
| 68 | |
| 69 | // Filter returns a function to filter the swagger path. |
| 70 | func (h *WorkspaceHandler) Filter() func(string) string { |
| 71 | return nil |
| 72 | } |
| 73 | |
| 74 | func (h *WorkspaceHandler) virtualPathResolver() permissions.VirtualPathResolver { |
| 75 | if h.runtimeVirtualPathResolver == nil { |
nothing calls this directly
no outgoing calls
no test coverage detected