(s)
| 686 | } |
| 687 | |
| 688 | function normalizeDesignDocFunctionName(s) { |
| 689 | var normalized = parseDesignDocFunctionName(s); |
| 690 | return normalized ? normalized.join('/') : null; |
| 691 | } |
| 692 | |
| 693 | // originally parseUri 1.2.2, now patched by us |
| 694 | // (c) Steven Levithan <stevenlevithan.com> |
no test coverage detected
searching dependent graphs…