MCPcopy Create free account
hub / github.com/pydio/cells / Filter

Method Filter

idm/workspace/rest/handler.go:70–72  ·  view source on GitHub ↗

Filter returns a function to filter the swagger path.

()

Source from the content-addressed store, hash-verified

68
69// Filter returns a function to filter the swagger path.
70func (h *WorkspaceHandler) Filter() func(string) string {
71 return nil
72}
73
74func (h *WorkspaceHandler) virtualPathResolver() permissions.VirtualPathResolver {
75 if h.runtimeVirtualPathResolver == nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected