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